首页 > 技术文章 > Rendering Problems:android.support.v7.internal.widget.ActionBarOverlayLayout 解决方法

zhaobl 2015-08-06 17:09 原文

不知道是不是android studio安装不对的问题,每次新建项目都有这个问题。

临时解决方法是:

打开 styles.xml 在Theme.AppCompat.Light.DarkActionBar前面加上Base

<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>

 

推荐阅读