答案 0 :(得分:0)
将图像文件放在Android项目的drawable
文件夹中,然后放在活动的xml文件中
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/myId"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/backgroundImage"> <!--specify the image here-->
</RelativeLayout>