I have values:styles.xml
with:
colorButtonNormal
can be set in the theme style. To change the text color, size or any other feature of the button you can create a style and then using buttonStyle
(less than v21) or android:buttonStyle
(v21+) in the the theme style to set the button style.