<?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"
    ><EditText
   android:id="@+id/mEditText"
   android:layout_width="200dip"
   android:hint="ᅲ￷ᅰ￟ᆪ췌ᅤ￑ᅭ"
   android:layout_height="wrap_content"
/>
<ImageButton
   android:id="@+id/mButton"
   android:background="@drawable/more_select"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:layout_alignTop="@+id/mEditText"
   android:layout_alignRight="@+id/mEditText"
   android:layout_alignBottom="@+id/mEditText"
   />
</RelativeLayout>试试能否满足你的要求