我怎樣才能包含一個圖像作爲背景以及在哪裏以及如何在應用程序中放置圖像,我使用的是Eclipse和所有開發工具。活動的背景圖像
這裏就是我有完成到目前爲止在main_activity.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="#C0C0C0"
tools:context=".MainActivity">
</RelativeLayout>
機器人:背景=「#C0C0C0」是背景顏色我已經設置的那一刻生病擦除線,一旦我得到的圖像bg去工作 – TheWhiteHatter
改變你的顏色到android:background =「@ drawable/your_background_img」 –
你將不得不將圖像保存在項目的res/drawable文件夾中 –