Widget.AppCompat.Button colorButtonNormal shows gray

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

I have values:styles.xml with:


Use android:theme, not style in buttons definitions:

See AppCompat v21 > Theming and Android Support Library v22.1 - AppCompat blog posts. (note on second post, android:theme is supported on API11-, it just doesn't do automatic inheritance from parent, you will have to specify it on each child, not an issue here but worth mentioning - see Chris Banes' post on that).

提交回复
热议问题