Android studio xml界面无法预览问题
如下图
Android studio xml界面无法预览问题

修改style.xml中的
parent=“Theme.AppCompat.Light.DarkActionBar”
改为
parent=“Base.Theme.AppCompat.Light.DarkActionBar”

 <!-- Base application theme. -->
    <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>

相关文章:

  • 2021-04-17
  • 2022-01-07
  • 2021-11-13
  • 2021-06-14
  • 2021-07-09
  • 2021-07-14
猜你喜欢
  • 2021-05-19
  • 2022-02-24
  • 2022-12-23
  • 2021-08-16
  • 2021-05-11
  • 2021-10-07
  • 2021-08-08
相关资源
相似解决方案