【Android】Theme.AppCompat.Light 问题

时间:2022-04-11 21:18:29

Android 开发的 styles.xml 文件中遇到了这个问题:

<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>

如下图所示:

【Android】Theme.AppCompat.Light 问题

解决方法参看:安卓开发中Theme.AppCompat.Light的解决方法