我有一个名为plan.jpg的背景图片文件,位于drawable-mdpi。
我有以下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>
我还需要采取其他措施吗?
答案 0 :(得分:0)
你应该尝试为hdpi,ldpi和xhdpi文件夹设置一个版本的图像。