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
In use android:background="#33b5e5". or better android:background="@color/navig_button"
android:background="#33b5e5"
android:background="@color/navig_button"