gpt4 book ai didi

android - 启动画面 api 正在显示 android 12 的操作栏

转载 作者:行者123 更新时间:2023-12-04 23:44:31 25 4
gpt4 key购买 nike

启动画面加载后,我得到一个操作栏,但我设置了 postSplashScreen 主题 没有操作栏主题。这仅发生在 android 12 模拟器上。

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/white</item>

<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="postSplashScreenTheme">@style/Theme.Design.NoActionBar</item>
<item name="windowSplashScreenIconBackgroundColor">@color/blue</item>
<item name="windowSplashScreenAnimationDuration">800</item>

<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
</style>
</resources>

最佳答案

我在 onCreate 中调用 actionBar?.hide(),似乎按预期工作。

actionBar?.hide()

关于android - 启动画面 api 正在显示 android 12 的操作栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71584663/

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