|
|
|
@ -86,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>
|
|
|
|
|