2012-10-01 161 views
0
<?xml version="1.0" encoding="utf-8"?> 
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:scaleType="fitXY" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    android:padding="5dip"> 

    <ImageView android:id="@+id/header" 
     android:layout_height="wrap_content" 
     android:layout_width="fill_parent" 
     android:src="@drawable/green_bg" /> 

</RelativeLayout> 

這是我的頁眉佈局,我需要將圖像拖到下面的內容中。 http://postimage.org/image/gfebtdxgj/在Android中拖動圖像

  1. 我如何添加兩個butttons,左,右圖像上。
  2. 如何 strech頭標圖像。的
+0

對不起沒有得到它......上面的圖片,是指哪裏? – Shrikant

+0

他是在圖像上的意思。 –

回答