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

android studio 3.3 not showing action bar and status bar in its preview window after creating new project

android studio 3.3 在创建新 project.i 后在其预览 window 中未显示操作栏和状态栏 project.i 已经在 build.graadle(module:app) 文件中尝试过(实施'com.android.support:appcompat-v7:28.0.0-alpha1')

 <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

上试试这个

在预览选项卡中,单击眼睛和 select 'Show Layout Decorations'。

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