我通过以下方式设置了我的活动背景:
<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 或 image 2 作为活动的背景。
谢谢