Android Studio中没有操作栏

时间:2019-03-01 15:06:43

标签: android android-studio

如果我在Android Studio 3.3.1中创建一个新项目,并且活动为空。在设计选项卡和预览中都没有操作栏。 enter image description here enter image description here

这是我的style.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>

0 个答案:

没有答案