I\'d like to change the color of a standard Android button slightly in order to better match a client\'s branding.
The best way I\'ve found to do this so far is to c
Per material design guidelines, you need to use the style like below code
and in layout add this property to your button
android:theme="@style/MyButton"