Is there a way to change the color of a disabled button in android through styles or some other form ?
I currently have the following,
drawable/button_de
Specify the color in selector for android:state_enabled="false" as drawable
And apply this drawable resource to background of button