Relative Content

Tag Archive for androidandroid-studiomaterial-design

Is there a style for disabled buttons in Android?

Is there a style/item within themes.xml for setting a button’s disabled appearance? I’ve set the button’s appearance via the android:colorButtonNormal style/item, but that results in the same style/item being applied to both enabled and disabled buttons. I’d have thought there’d be a style/item like android:colorButtonDisabled, but there isn’t (at least not by that name).