类似搜索的布局
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"?
? ? android:orientation="horizontal"?
? ? android:layout_width="fill_parent"?
? ? android:layout_height="fill_parent">?
? ?<EditText android:paddingRight="0dp"?
? ? ? ? android:layout_width="wrap_content"?
? ? ? ? android:layout_height="fill_parent"/>?
? ?<Button android:paddingLeft="0dp"?
? ? ? ? android:layout_width="wrap_content"?
? ? ? ? android:layout_height="fill_parent"/>?
</LinearLayout>?
http://www.geting.se/viewimage/image/249016-Untitled-3.jpg
关键是android:paddingRight="0dp"?
要做的逼真点,那个圆角最好使用.9png