2012-08-08 48 views

回答

1

試試這個位置:

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

    <EditText 
     android:id="@+id/editText1" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:layout_centerHorizontal="true" 
     android:layout_centerVertical="true" 
     android:ems="10" > 

     <requestFocus /> 
    </EditText> 

</RelativeLayout> 

我設置背景圖片,而不是一個ImageView的。我希望結果如你所料。它。

+0

k它遲到先生,但謝謝.. – 2012-12-06 07:19:45