【Android】Theme.AppCompat.Light 问题

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>

如下图所示:

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

原文地址:https://www.cnblogs.com/jaxer/p/4876488.html