|
|
|
@ -6,11 +6,11 @@
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<SearchView
|
|
|
|
|
android:id="@+id/searchview"
|
|
|
|
|
android:id="@+id/searchView"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@drawable/index_menu"
|
|
|
|
|
android:focusable="false"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:iconifiedByDefault="false"
|
|
|
|
|
android:queryHint="请输入搜索内容" />
|
|
|
|
|
|
|
|
|
@ -32,14 +32,14 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/chucheng"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:src="@drawable/chucheng"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
@ -48,20 +48,20 @@
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:text="褚橙"
|
|
|
|
|
android:textColor="#696969"
|
|
|
|
|
android:textSize="20sp"/>
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/bingtangcheng"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:src="@drawable/bingtangcheng" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
@ -76,14 +76,14 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/qicheng"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:src="@drawable/qicheng" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
@ -95,28 +95,8 @@
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/shuiguo"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:src="@drawable/shuiguo" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:text="tangerine"
|
|
|
|
|
android:textColor="#696969"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/index_hot"/>
|
|
|
|
|