2010-11-20 192 views

回答

2

你只需要你的佈局的背景屬性設置爲一些繪製如:

<RelativeLayout android:id="@+id/RelativeLayout01" 
android:layout_width="fill_parent" android:layout_height="fill_parent" 
xmlns:android="http://schemas.android.com/apk/res/android" 
android:background="@drawable/background"> 
</RelativeLayout> 

請注意,您應該張貼這樣的基本問題之前做的網站上的一些研究,有很多答案已經,並且將節省您的時間,而不是等待一個答案...

0

簡單地說,在這裏你的線性佈局,你可以在額外的代碼填寫在此塊頂部:

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
android:layout_width="fill_parent" 
android:layout_height="fill_parent" 
android:background="@drawable/yourpicture" > 

也可以右鍵單擊黑色背景並選擇其他屬性>全部按名稱>背景,然後選擇它所在的文件夾,然後選擇圖片/顏色。