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
Another way to achieve this is to create a color selector.
Create a file
res/color/your_color.xml
which looks like
Then you may use it as a regular color
in a style:
As well is in layouts, shapes or in code as etc.