活动背景似乎没有显示

时间:2013-06-07 10:02:53

标签: java android

我有一个名为plan.jpg的背景图片文件,位于drawable-mdpi。

enter image description here

我有以下xml来显示背景:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/plan"
    tools:context=".MainActivity" >

    <com.example.anothertest.DrawPlan
        android:id="@+id/drawPlan1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true" >
    </com.example.anothertest.DrawPlan>

</RelativeLayout>

我还需要采取其他措施吗?

1 个答案:

答案 0 :(得分:0)

你应该尝试为hdpi,ldpi和xhdpi文件夹设置一个版本的图像。