<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
</resources>
把你的style文件中theme改一下
在Theme.AppCompat.Light.DarkActionBar前面加上Base. 如下
<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
本文将指导您如何在Android应用中修改主题样式,包括如何在style文件中调整Baseapplicationtheme,并提供具体的XML代码示例。
4752

被折叠的 条评论
为什么被折叠?



