读书人

相仿搜索的布局

发布时间: 2012-09-21 15:47:26 作者: rapoo

类似搜索的布局

<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

读书人网 >移动开发

热点推荐