So I\'m setting a button\'s background doing this:
b.setBackgroundResource(R.drawable.custom_button1);
How do I programmatically set it bac
try
button.setBackgroundResourses(R.drawable.yourimage);
it will set the default background of buttons. and you can read more default properties of android widgets from given link: https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/styles.xml