Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将构建目标更改为 2.3.3 时,style.xml 中出现错误,我想我需要将主题从全息更改为某些东西,但我不知道任何主题名称
这里是错误所在的行
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
如果您正在使用动作栏等高级功能,那么有一个名为 SherlocActionBar 的库项目,您可以尝试使用它
旧的 android 版本不支持 Holo 主题。一个快速的选择可能是这个
<style name="LightThemeSelector" parent="@android:style/Theme.Light"> ... </style>
更多主题信息