If I set the background color of my Toast
with
t.getView().setBackgroundColor(
ctx.getResources().getColor(R.color.myorange));
the new (Android 4.4) rounded Toast becomes rectangular. Any way to prevent this apart from using a custom rounded background Drawable
?