美文网首页Android问题记录
关于android.support.v7.internal.wi

关于android.support.v7.internal.wi

作者: 让一切简单 | 来源:发表于2017-12-12 11:15 被阅读14次

    Android Studio 出现了不能预览布局的问题,提示:

    android.support.v7.internal.widget.ActionBarOverlayLayout

    解决方法:

    打开values/目录下styles.xml文件;

    把:<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

    修改为: <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">

    即在前面添加一个Base,问题即可解决

    相关文章

      网友评论

        本文标题:关于android.support.v7.internal.wi

        本文链接:https://www.haomeiwen.com/subject/hxbgixtx.html