Theme.AppCompat.Light的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Theme.AppCompat.Light的解决方法相关的知识,希望对你有一定的参考价值。

style name=”AppBaseTheme” parent=”Theme.AppCompat.Light”
改为
改为
style name=”AppBaseTheme” parent=”android:Theme.Light”

同理,将
style name=”AppBaseTheme” parent=”Theme.AppCompat.Light.DarkActionBar”
改为
style name=”AppBaseTheme” parent=”android:Theme.Holo.Light.DarkActionBar”







以上是关于Theme.AppCompat.Light的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Theme.AppCompat.Light的解决方法报错

No resource found that matches the given name 'Theme.AppCompat.Light'解决方法

Theme.AppCompat无全屏主题解决办法

2-配置Andriod环境时的错误。。。Theme.AppCompat.Light

theme.appcompat.light.darkactionbar 怎么调整title的颜色

Theme.AppCompat.Light.NoActionBar AdjustResize 不起作用