Android Studio Design界面不显示layout控件的解决方法

修改style.xml

<style name="AppTheme" parent="Base.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>
posted @ 2018-08-06 11:22  一毛买下世界  阅读(3317)  评论(1编辑  收藏  举报