Override default Android themes

前端 未结 2 484
南笙
南笙 2021-01-02 07:02

I\'ve been able to override any themes that have names with \"android:\" prepended to them, but the Android themes.xml also defines properties that don\'t seem to be able to

2条回答
  •  不知归路
    2021-01-02 07:19

    You can overwrite standard attributes the same way you modified such properties as windowNoTitle, just don't forget to add android: prefix like this:

    
    
        
    
    

提交回复
热议问题