|
@@ -502,24 +502,26 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
+
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:onClick="@{v->vm.toSetting()}"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ android:onClick="@{v->vm.toConsume()}"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ >
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_height="24dp"
|
|
- android:src="@drawable/ct_my_setting" />
|
|
|
|
|
|
+ android:src="@drawable/ct_my_store" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginTop="1dp"
|
|
- android:text="设置"
|
|
|
|
|
|
+ android:text="消费排行榜"
|
|
android:textColor="#222222"
|
|
android:textColor="#222222"
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
|
|
|
|
@@ -531,48 +533,45 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:onClick="@{v->vm.toGiven()}"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:visibility="invisible"
|
|
|
|
- tools:visibility="visible">
|
|
|
|
|
|
+ android:onClick="@{v->vm.toSetting()}"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_height="24dp"
|
|
- android:src="@drawable/ct_my_zeng" />
|
|
|
|
|
|
+ android:src="@drawable/ct_my_setting" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginTop="1dp"
|
|
- android:text="转赠"
|
|
|
|
|
|
+ android:text="设置"
|
|
android:textColor="#222222"
|
|
android:textColor="#222222"
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:onClick="@{v->vm.toMall()}"
|
|
|
|
|
|
+ android:onClick="@{v->vm.toGiven()}"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
- android:visibility="invisible"
|
|
|
|
|
|
+ android:visibility="gone"
|
|
tools:visibility="visible">
|
|
tools:visibility="visible">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_height="24dp"
|
|
- android:src="@drawable/ct_my_store" />
|
|
|
|
|
|
+ android:src="@drawable/ct_my_zeng" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginTop="1dp"
|
|
- android:text="商城订单"
|
|
|
|
|
|
+ android:text="转赠"
|
|
android:textColor="#222222"
|
|
android:textColor="#222222"
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
|
|
|
|
@@ -582,6 +581,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|