gpt4 book ai didi

android - 在 Android 上使用 JPEG 作为背景而不是 PNG

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:55:04 27 4
gpt4 key购买 nike

我想问一下 Android 是否接受 JPEG 图像而不是 PNG,因为 PNG 的文件大小比 JPEG 大。

我想知道如何在 layout.xml 文件中使用 JPEG 作为背景图像。你能帮帮我吗?

最佳答案

只需将一个 .jpg 文件放在您的 res/drawable 文件夹中,然后像往常一样引用它。

例如,如果您将 picture.jpg 放在可绘制文件夹中,您可以从其中一个 View 执行以下操作。

<View
android:id="@+id/view_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/picture" />

关于android - 在 Android 上使用 JPEG 作为背景而不是 PNG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19732318/

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