<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"/>

posted on 2013-02-20 23:44  hippoboy  阅读(622)  评论(0编辑  收藏  举报