|
|
|
@ -6,95 +6,56 @@
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<SearchView
|
|
|
|
|
android:id="@+id/searchView"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:background="@drawable/index_menu"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:queryHint="请输入搜索内容"
|
|
|
|
|
android:iconifiedByDefault="false"
|
|
|
|
|
android:queryHint="请输入搜索内容" />
|
|
|
|
|
android:focusable="false"
|
|
|
|
|
android:id="@+id/searchView"/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginLeft="1dp"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:layout_marginRight="1dp"
|
|
|
|
|
android:background="@drawable/index_menu"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/chucheng"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:src="@drawable/chucheng"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:text="褚橙"
|
|
|
|
|
android:textColor="#696969"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/bingtangcheng"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:src="@drawable/bingtangcheng" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:text="冰糖橙"
|
|
|
|
|
android:textColor="#696969"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:background="@drawable/index_menu" android:orientation="vertical" android:layout_marginRight="1dp" android:layout_marginTop="20dp" android:layout_marginLeft="1dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="horizontal" android:layout_marginTop="5dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:layout_height="150dp" android:layout_width="0dp" android:orientation="vertical" android:id="@+id/chucheng" android:gravity="center" android:layout_weight="1">
|
|
|
|
|
|
|
|
|
|
<ImageView android:layout_height="100dp" android:layout_width="wrap_content" android:src="@drawable/chucheng"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginTop="5dp" android:textSize="20sp" android:textColor="#696969" android:text="褚橙"/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/qicheng"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:src="@drawable/qicheng" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:text="脐橙"
|
|
|
|
|
android:textColor="#696969"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-<LinearLayout
|
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:id="@+id/bingtangcheng"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:src="@drawable/bingtangcheng"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginTop="5dp" android:textSize="20sp" android:textColor="#696969" android:text="冰糖橙"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-<LinearLayout android:layout_height="150dp" android:layout_width="0dp" android:orientation="vertical" android:id="@+id/qicheng" android:gravity="center" android:layout_weight="1">
|
|
|
|
|
|
|
|
|
|
<ImageView android:layout_height="100dp" android:layout_width="wrap_content" android:src="@drawable/qicheng"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginTop="5dp" android:textSize="20sp" android:textColor="#696969" android:text="脐橙"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|