gpt4 book ai didi

android - 为基本的 Android 应用程序设置背景

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:15:44 25 4
gpt4 key购买 nike

我目前正在开发一个使用 Eclipse 作为我的 IDE 的基本应用程序。我目前无法将图像设置为背景。我正在按照一个教程告诉我将我的图像放在 drawable-mdpi 文件夹中并将其命名为图标。我已经尝试过了,但即使我删除了 andriod 图标图像,它也会继续放置在 andriod 图标中。有更好的方法吗?

谢谢

最佳答案

试试这个:

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:gravity="center_horizontal" android:background="@drawable/background"></LinearLayout>

背景是一个 .png 文件。用 Nine9Patch 围绕它绘制边框。

希望对你有帮助

关于android - 为基本的 Android 应用程序设置背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5332443/

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