|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="101dp">
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/search_edit"
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginLeft="80dp"
|
|
|
|
@ -85,9 +86,12 @@
|
|
|
|
|
android:text="感冒发烧"
|
|
|
|
|
android:background="#FFDEAD"/>
|
|
|
|
|
</GridLayout>
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:src="@drawable/search_back"/>
|
|
|
|
|
|
|
|
|
|
<!-- <ImageView-->
|
|
|
|
|
<!-- android:layout_width="wrap_content"-->
|
|
|
|
|
<!-- android:layout_height="wrap_content"-->
|
|
|
|
|
<!-- android:src="@drawable/search_back"/>-->
|
|
|
|
|
<ListView
|
|
|
|
|
android:id="@+id/listView1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|