Android Studio预览布局时显示android...A
2018-03-13 本文已影响21人
萤火虫叔叔
Android Studio预览布局时显示android...ActionBarOverlayLayout
如下图所示:
出错示意图
解决办法:
将
style.xml文件中的
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
修改为
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
style.xml的位置如下图所示:
style.xml文件位置