Android actionbar style ignored by later devices, using appcompat v7

前端 未结 1 846
[愿得一人]
[愿得一人] 2020-12-12 05:13

I am using the Action Bar support library (appcompat v7), my app is set to a minimum api of 7, and a target of 21.

I have two styles files, a base one, and one targe

1条回答
  •  萌比男神i
    2020-12-12 05:46

    According to the official doc, with the new AppCompat-v21, you can remove all of values-v14+ Action Bar styles and use only one theme declaration, in values:

    
    

    0 讨论(0)
提交回复
热议问题