gpt4 book ai didi

android - windowBackground 不在设备上显示图像

转载 作者:行者123 更新时间:2023-11-29 16:46:32 30 4
gpt4 key购买 nike

我想要一个展示图像作为 Activity 的背景。我想显示可绘制文件夹中的图像(river_background)。

我在 styles.xml 中使用 android:windowBackground 来显示图像,它在运行 api 23 的模拟器中工作。背景图像显示得很好。但是当我在运行 api 23 的设备 (Moto G3) 上运行它时。不显示背景图像。背景是黑色的。

背景图片显示一瞬间。但是在显示控件之后,背景变黑了。感谢任何帮助

样式.xml

<resources>
<style name="AppTheme.Transparent" parent="AppTheme">
<item name="android:windowBackground">@drawable/river_background</item>
<item name="windowActionBarOverlay">true</item>
</style>

<style name="AppTheme.Transparent.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@drawable/river_background</item>
<item name="windowActionBarOverlay">true</item>
</style>
</resources>

v21/styles.xml

<resources>

<style name="AppTheme.Transparent" parent="AppTheme">
<item name="android:windowBackground">@drawable/river_background</item>
<item name="windowActionBarOverlay">true</item>
<item name="android:windowTranslucentStatus">true</item>
</style>

<style name="AppTheme.Transparent.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@drawable/river_background</item>
<item name="windowActionBarOverlay">true</item>
<item name="android:windowTranslucentStatus">true</item>
</style>

</resources>

最佳答案

确保所有文件夹中都有图片。即 Drawable-hdpi、Drawable-mdpi、Drawable-xdpi、Drawable-xxdpi 和 Drawable-xxxdpi。

关于android - windowBackground 不在设备上显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47791625/

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