创建新项目后,android studio 3.3在其预览窗口中未显示操作栏和状态栏

时间:2019-01-17 15:57:03

标签: android android-studio-3.3

android studio 3.3在创建新项目后未在其预览窗口中显示操作栏和状态栏。我已经在build.graadle(module:app)文件(implementation'com.android.support:appcompat-v7:28.0)中尝试了此操作.0-alpha1')

enter image description here

2 个答案:

答案 0 :(得分:7)

在预览选项卡中,单击眼睛并选择“显示布局装饰”。

enter image description here

编辑:由于我的样式设置,工具栏未显示-我使用了'NoActionBar'。不过,这应该对您有用。

答案 1 :(得分:0)

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

在您的styles.xml中尝试