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
The shortest solution which is working with any Android version:
Notes/Requirements:
app:
android:
appcompat version > 24.2.0
dependencies { compile 'com.android.support:appcompat-v7:25.3.1' }
Explanation: