Unable to change Appcompat theme from light to holo dark

后端 未结 1 686
醉梦人生
醉梦人生 2021-01-04 07:57

I am trying to change the theme of my app completely, This is what I modified & tried :

styles.xml in values folder is



        
相关标签:
1条回答
  • 2021-01-04 08:56

    As tyczj pointed, you need to use Theme.AppCompat as a parent for your themes if your app uses appcompat_v7. Theme.AppCompat is visually the same as Theme.Holo (dark).

    See the article about styling the ActionBar on the Android documentation for more information.

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