gpt4 book ai didi

xamarin - 在 Xamarin.Forms 中将默认的深色 Android 主题更改为白色?

转载 作者:行者123 更新时间:2023-12-03 07:37:30 26 4
gpt4 key购买 nike

Xamarin.Forms 确实会生成一个灰色的 Android 应用程序。我希望在 Android 中拥有一个浅色/白色主题(就像在 iOS 目标中一样)。

是否存在简单的切换方法?

最佳答案

您可以将 Theme 参数添加到主 Activity 的 ApplicationAttribute 中

像这样

[assembly: Application(Icon = "@drawable/Icon", Theme = "@android:style/Theme.Holo.Light")]

或者您可以将此字符串放入 AndroidManifest.xml

<application android:theme="@android:style/Theme.Holo.Light" />

关于xamarin - 在 Xamarin.Forms 中将默认的深色 Android 主题更改为白色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24102225/

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