I\'m creating application using com.android.support:appcompat-v7:23.0.1 library.
com.android.support:appcompat-v7:23.0.1
I define application theme in values/styles.xml:
values/styles.xml
After some research and googling I defined separate themes for different raised and flat buttons:
Note, that I'm using buttonStyle attribute not android:buttonStyle because it will not work on pre-lollipop devices.
buttonStyle
android:buttonStyle
Use these themes in android:theme attribute:
android:theme