Android:意外隐藏ActionBar
在 Xooms 和其他平板电脑上,我的应用程序意外隐藏了 ActionBar,但我不知道如何显示 ActionBar。我试图让用户在没有物理菜单按钮时按下菜单按钮。
这是我在 styles.xml 中的主题:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyTheme" parent="android:Theme.Black">
<item name="android:windowNoTitle">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowContentOverlay">@android:color/transparent</item>
</style>
<style name="TextViewStyled" parent="@android:style/Widget.TextView">
<item name="android:textStyle">normal</item>
<item name="android:lineSpacingMultiplier">1.22</item>
</style>
</resources>
On Xooms and other tablets, my apps are by accident hiding the Actionbar, but I don't know how to get the ActionBar to show. I am trying to let the user press the Menu button when they don't have a physical menu button.
Here's my theme in styles.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyTheme" parent="android:Theme.Black">
<item name="android:windowNoTitle">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowContentOverlay">@android:color/transparent</item>
</style>
<style name="TextViewStyled" parent="@android:style/Widget.TextView">
<item name="android:textStyle">normal</item>
<item name="android:lineSpacingMultiplier">1.22</item>
</style>
</resources>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论