次のようにして、アクティビティの背景を設定しました。
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/image">
私がやっていること: 私のメイン アクティビティでは、image1 または image2 のどちらが必要かを選択し、image1 または image2 のいずれかをアクティビティの背景にします。
ありがとう