初学者android开发问题

时间:2011-07-11 05:25:29

标签: android xml background

我在youtube上关注了一个教程,我试图放一个背景图片,我在eclipse中一直有错误。我将图像放在drawable-hdpi文件夹中。然后在xml中,我有:

LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@drawable/background_test.png"

但是,它一直说它无法找到图像。我不知道我做错了什么。请帮忙。谢谢。

3 个答案:

答案 0 :(得分:3)

只需删除`.png'

android:background="@drawable/background_test"

答案 1 :(得分:2)

你可以像你一样引用它但没有.png。你也在关闭线性布局吗?

答案 2 :(得分:0)

当你为图像命名时,你必须只使用没有任何特殊字符的小写字母。