Widget.AppCompat.Button colorButtonNormal shows gray

后端 未结 11 524
囚心锁ツ
囚心锁ツ 2020-12-02 14:55

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.

提交回复
热议问题