3在其预览窗口中未显示操作栏和状态栏

3在其预览窗口中未显示操作栏和状态栏

本文介绍了创建新项目后,android studio 3.3在其预览窗口中未显示操作栏和状态栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

android studio 3.3 not showing action bar and status bar in its preview window after creating new project.i already tried this in build.graadle(module:app) file (implementation'com.android.support:appcompat-v7:28.0.0-alpha1')

推荐答案

在预览"选项卡中,单击眼睛,然后选择显示布局装饰".

In the preview tab, click on the eye and select 'Show Layout Decorations'.

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

Toolbar isn't showing because of my style settings - I used 'NoActionBar'. This should work for you, though.

这篇关于创建新项目后,android studio 3.3在其预览窗口中未显示操作栏和状态栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 12:10