gpt4 book ai didi

android - 有没有办法根据应用程序主题更改启动画面之前的空白屏幕颜色?

转载 作者:行者123 更新时间:2023-12-05 03:36:44 24 4
gpt4 key购买 nike

我想根据应用主题更改空白屏幕背景颜色,例如。如果应用程序主题处于浅色模式,那么它应该带有白色背景。如果应用主题是深色主题,那么它应该带有黑色背景,它不应该基于设备主题。

提前致谢!!!

最佳答案

在您的基础应用程序主题中,添加项目 android:windowBackground 并将其值设置为您想要的颜色。

Here's an example

<!-- Base application theme. -->
<style name="Theme.MyApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Other theme customizations -->


<!-- Add this line and set value to your desired color -->
<item name="android:windowBackground">@color/colorBlack</item>
</style>

关于android - 有没有办法根据应用程序主题更改启动画面之前的空白屏幕颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69557135/

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