|
|
@@ -157,54 +157,54 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/order_layout"
|
|
|
- android:layout_columnSpan="1"
|
|
|
- android:layout_rowSpan="1"
|
|
|
- android:layout_gravity="fill"
|
|
|
- android:foreground="@drawable/selector_forground_rect_black"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="16dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="visible">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:src="@mipmap/ic_order"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:textColor="@color/black_444444"
|
|
|
- android:text="商城订单"/>
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/fgt_person_center_cart"
|
|
|
- android:layout_columnSpan="1"
|
|
|
- android:layout_rowSpan="1"
|
|
|
- android:layout_gravity="fill"
|
|
|
- android:foreground="@drawable/selector_forground_rect_black"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="16dp"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:src="@mipmap/ic_cart"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:textColor="@color/black_444444"
|
|
|
- android:text="购物车"/>
|
|
|
- </LinearLayout>
|
|
|
+<!-- <LinearLayout-->
|
|
|
+<!-- android:id="@+id/order_layout"-->
|
|
|
+<!-- android:layout_columnSpan="1"-->
|
|
|
+<!-- android:layout_rowSpan="1"-->
|
|
|
+<!-- android:layout_gravity="fill"-->
|
|
|
+<!-- android:foreground="@drawable/selector_forground_rect_black"-->
|
|
|
+<!-- android:gravity="center"-->
|
|
|
+<!-- android:padding="16dp"-->
|
|
|
+<!-- android:orientation="vertical"-->
|
|
|
+<!-- android:visibility="visible">-->
|
|
|
+
|
|
|
+<!-- <ImageView-->
|
|
|
+<!-- android:layout_width="20dp"-->
|
|
|
+<!-- android:layout_height="20dp"-->
|
|
|
+<!-- android:src="@mipmap/ic_order"/>-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_marginTop="8dp"-->
|
|
|
+<!-- android:textColor="@color/black_444444"-->
|
|
|
+<!-- android:text="商城订单"/>-->
|
|
|
+
|
|
|
+
|
|
|
+<!-- </LinearLayout>-->
|
|
|
+
|
|
|
+<!-- <LinearLayout-->
|
|
|
+<!-- android:id="@+id/fgt_person_center_cart"-->
|
|
|
+<!-- android:layout_columnSpan="1"-->
|
|
|
+<!-- android:layout_rowSpan="1"-->
|
|
|
+<!-- android:layout_gravity="fill"-->
|
|
|
+<!-- android:foreground="@drawable/selector_forground_rect_black"-->
|
|
|
+<!-- android:gravity="center"-->
|
|
|
+<!-- android:padding="16dp"-->
|
|
|
+<!-- android:orientation="vertical">-->
|
|
|
+
|
|
|
+<!-- <ImageView-->
|
|
|
+<!-- android:layout_width="20dp"-->
|
|
|
+<!-- android:layout_height="20dp"-->
|
|
|
+<!-- android:src="@mipmap/ic_cart"/>-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_marginTop="8dp"-->
|
|
|
+<!-- android:textColor="@color/black_444444"-->
|
|
|
+<!-- android:text="购物车"/>-->
|
|
|
+<!-- </LinearLayout>-->
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/fgt_person_center_my_focus"
|