2013-04-24 41 views
0

這就是我的activity_mail.xml啓動的方式,我可以在這裏添加一個簡單的行來添加一個背景圖片或者更多嗎?如何添加一箇中心背景到activity_mail.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:id="@+id/mainLayout"> 

這是爲平板電腦應用程序,我希望圖像中心對齊。

在此先感謝

+1

可能的重複:http://stackoverflow.com/questions/2781593/background-image-placement – zbr 2013-04-24 14:16:03

回答

1

,如果你想保持圖像的比例和佈局中只需添加

android:background="@drawable/your_image" 

和可選,

android:scaleType="centerInside" 

+0

感謝人的作品像一個魅力 – 2013-04-24 16:44:48

相關問題