So I\'m setting a button\'s background doing this:
b.setBackgroundResource(R.drawable.custom_button1);
How do I programmatically set it bac
Drawable for "modern" button in XML is @android:drawable/btn_default_material It does not exist in android.R.drawable for some reason.
EDIT: it's private, so don't use it.