码迷,mamicode.com
首页 > 移动开发 > 详细

安卓preview不显示的问题

时间:2018-10-05 12:18:09      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:custom   分享   xml文件   fail   ble   prim   failed   --   ima   

 

 

Render Problem

Failed to load AppCompat ActionBar with unknown error

 

技术分享图片

 

解决方法:将styles.xml文件中的:

 

<resources>

修改:
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>


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

</resources>

完美解决问题!

 

安卓preview不显示的问题

标签:custom   分享   xml文件   fail   ble   prim   failed   --   ima   

原文地址:https://www.cnblogs.com/henanleon/p/9744334.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!