|
|
|
@ -11,35 +11,124 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginTop="160dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="91dp"
|
|
|
|
|
android:layout_height="96dp"
|
|
|
|
|
android:layout_gravity="center|left"
|
|
|
|
|
android:src="@drawable/caomeidangao" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:src="@drawable/cart" />
|
|
|
|
|
android:text="草莓蛋糕"
|
|
|
|
|
android:textColor="#B5B5B5"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/random_search"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:background="#119C84"
|
|
|
|
|
android:text="立即下单"
|
|
|
|
|
android:textColor="#fff"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="91dp"
|
|
|
|
|
android:layout_height="96dp"
|
|
|
|
|
android:layout_gravity="center|start"
|
|
|
|
|
android:src="@drawable/rousongxiaobei" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:text="肉松小贝"
|
|
|
|
|
android:textColor="#B5B5B5"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/random_search"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:text="Cart is Empty ~"
|
|
|
|
|
android:background="#119C84"
|
|
|
|
|
android:text="立即下单"
|
|
|
|
|
android:textColor="#fff"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="91dp"
|
|
|
|
|
android:layout_height="89dp"
|
|
|
|
|
android:layout_gravity="center|start"
|
|
|
|
|
android:src="@drawable/paofu" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="酸奶泡芙"
|
|
|
|
|
android:textColor="#B5B5B5"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/random_search"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginTop="25dp"
|
|
|
|
|
android:background="@drawable/button_login"
|
|
|
|
|
android:text="go shopping..."
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:background="#119C84"
|
|
|
|
|
android:text="立即下单"
|
|
|
|
|
android:textColor="#fff"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="154dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="62dp"
|
|
|
|
|
android:layout_gravity="center|start"
|
|
|
|
|
android:src="@drawable/qiepianmianbao" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="切片面包"
|
|
|
|
|
android:textColor="#B5B5B5"
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/random_search"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:background="#119C84"
|
|
|
|
|
android:text="立即下单"
|
|
|
|
|
android:textColor="#fff"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|