android studio 3.3 中没有 ActionBar 和 StatusBar
No ActionBar and no StatusBar in android studio 3.3
在下图中,您可以看到任何 XML 布局文件的预览中都没有 ActionBar
和 StatusBar
,如果有人遇到同样的问题并且有解决方案请post吧。
我遇到了同样的问题,得到了这个:
- No
ActionBar
visible
- Change a setting for Show Layout Decorations (By Default it is unchecked, just check it and ActionBar will be there)
- Visible
ActionBar
Select 上方的主题,通过单击预览顶部窗格中写有 AppTheme 的位置可获得操作栏 window。
在下图中,您可以看到任何 XML 布局文件的预览中都没有 ActionBar
和 StatusBar
,如果有人遇到同样的问题并且有解决方案请post吧。
我遇到了同样的问题,得到了这个:
- No
ActionBar
visible
- Change a setting for Show Layout Decorations (By Default it is unchecked, just check it and ActionBar will be there)
- Visible
ActionBar
Select 上方的主题,通过单击预览顶部窗格中写有 AppTheme 的位置可获得操作栏 window。