gpt4 book ai didi

android - 背景图片崩溃android

转载 作者:搜寻专家 更新时间:2023-11-01 08:06:04 24 4
gpt4 key购买 nike

当我在这段代码中放置背景线时,我的应用程序崩溃了。当我删除这一行时,我的应用程序工作正常,当我使用另一张照片时,它也能正常工作。有什么问题?

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/table2" >

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />

</LinearLayout>

主屏幕的背景也很好用。但在第二页,它是有问题的。

最佳答案

如果您只使用 drawable 文件夹来存储所有图像,请将高分辨率图像的存储文件夹更改为 drawable-xhdpi 文件夹或更高文件夹。希望这会有所帮助。

关于android - 背景图片崩溃android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14242303/

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