首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

相仿搜索的布局

2012-09-21 
类似搜索的布局LinearLayout xmlns:androidhttp://schemas.android.com/apk/res/android?? ? android:

类似搜索的布局

<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

热点排行