gpt4 book ai didi

android - 无法用合金隐藏标题栏钛

转载 作者:太空宇宙 更新时间:2023-11-03 11:31:56 25 4
gpt4 key购买 nike

我在使用 Alloy MVC 的 Titanium Appcelerator 中遇到了问题。此问题包含以下内容(见图片)

enter image description here

我无法删除找到应用程序名称和 Logo 的黑条。我在设备(Google Nexus,没有模拟器)上运行该应用程序

我尝试了以下方法来删除它:

XML:

<Alloy>
<Window>
</Window>
</Alloy>

技术支持:

"Window":
{
navBarHidden:true,
fullscreen:true,
backgroundColor:"Orange",
orientationModes:[Ti.UI.PORTRAIT],
}

TiApp.XML:

<statusbar-style>default</statusbar-style>
<statusbar-hidden>true</statusbar-hidden>
<fullscreen>true</fullscreen>
<navbar-hidden>true</navbar-hidden>

但是这些选项都不能隐藏这个黑条。在 iOS 模拟器中,它确实通过仅将属性 fullscreen 设置为 true

来删除导航栏

还有其他方法可以解决这个问题吗?提前致谢!

最佳答案

如果您使用的是 Titanium SDK 3.3.0,作为默认主题之一的 Titanium 主题现在会隐藏操作和状态栏。要使用它,只需将其添加到您的 tiapp.xml。

<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<application android:theme="@style/Theme.Titanium"/>
</manifest>
</android>

您可以在此处阅读有关此主题和 Titanium 为 Android 提供的其他主题的更多信息:Android Themes .

关于android - 无法用合金隐藏标题栏钛,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25184794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com