<TableRow>
<EditText
android:id="@+id/myinput"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="请输入检索关键字 " />
<Button
android:id="@+id/search"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="检索" />
</TableRow>
<View //产生一条横线
android:layout_height="2px"
android:background="#FF909090"/>
转载于:https://www.cnblogs.com/hippoboy/archive/2013/02/20/2919846.html