在Android Studio中看不到活动

时间:2019-03-13 09:24:33

标签: android

我的Tab活动有问题。我什么也看不见,就像什么也看不见。我已经更改了活动的style.xml,但仍然无法解决问题。

screenshot

这是我的style.xml

<resources>

   <!-- 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>

   <style name="AppTheme.NoActionBar">
       <item name="windowActionBar">false</item>
      <item name="windowNoTitle">true</item>
   </style>

   <style name="AppTheme.AppBarOverlay" parent="Base.ThemeOverlay.AppCompat.Dark.ActionBar" />

   <style name="AppTheme.PopupOverlay" parent="Base.ThemeOverlay.AppCompat.Light" />

</resources>

0 个答案:

没有答案