|
|
@@ -29,123 +29,61 @@
|
|
|
android:textSize="22sp"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
- <com.dd.ShadowLayout
|
|
|
+ <RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:background="#ffffff"
|
|
|
- app:sl_cornerRadius="12dp"
|
|
|
- app:sl_dx="0dp"
|
|
|
- app:sl_dy="6dp"
|
|
|
- app:sl_shadowColor="#14000000"
|
|
|
- app:sl_shadowRadius="12dp">
|
|
|
+ android:layout_height="86dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:background="@drawable/bg_mine_promote">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="80dp"
|
|
|
- android:background="@drawable/bg_order_menu"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_no_pay"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:src="@mipmap/into_icon_daifukuan" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:text="未付款"
|
|
|
- android:textColor="#ff000000"
|
|
|
- android:textSize="12sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_doing"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:src="@mipmap/into_icon_jinxingzhong" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:text="进行中"
|
|
|
- android:textColor="#ff000000"
|
|
|
- android:textSize="12sp" />
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="18sp"
|
|
|
+ android:gravity="left|center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_done"
|
|
|
- android:layout_width="0dp"
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:src="@mipmap/into_icon_yiwancheng" />
|
|
|
+ android:text="邀请用户"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:text="已完成"
|
|
|
- android:textColor="#ff000000"
|
|
|
- android:textSize="12sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="1dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginLeft="6dp"
|
|
|
- android:layout_marginRight="6dp"
|
|
|
- android:background="#F2F4F5" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_all"
|
|
|
- android:layout_width="0dp"
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:src="@mipmap/into_icon_quanbu" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:text="全部订单"
|
|
|
- android:textColor="#ff000000"
|
|
|
- android:textSize="12sp" />
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:text="推广三位用户可得奖励20元"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="13sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- </com.dd.ShadowLayout>
|
|
|
+ <com.dd.ShadowLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
+ app:sl_dx="0dp"
|
|
|
+ app:sl_dy="6dp"
|
|
|
+ app:sl_shadowColor="#14000000"
|
|
|
+ app:sl_shadowRadius="10dp">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_promote"
|
|
|
+ style="@style/Widget.AppCompat.Button.Borderless"
|
|
|
+ android:layout_width="90dp"
|
|
|
+ android:layout_height="34dp"
|
|
|
+ android:background="@drawable/bg_btn_promote"
|
|
|
+ android:text="立即推广"
|
|
|
+ android:textColor="#FF4095"
|
|
|
+ android:textSize="13sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+ </com.dd.ShadowLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -159,7 +97,7 @@
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_wallet"
|
|
|
+ android:id="@+id/ll_order"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="60dp"
|
|
|
android:gravity="left|center"
|
|
|
@@ -169,14 +107,14 @@
|
|
|
android:layout_width="30dp"
|
|
|
android:layout_height="30dp"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
- android:src="@mipmap/into_icon_qianbao" />
|
|
|
+ android:src="@mipmap/into_icon_yuyuedingdan" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="15dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:text="我的钱包"
|
|
|
+ android:text="预约订单"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="15sp" />
|
|
|
|
|
|
@@ -231,7 +169,44 @@
|
|
|
android:background="#F2F4F5" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_share"
|
|
|
+ android:id="@+id/ll_wallet"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:gravity="left|center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:src="@mipmap/into_icon_qianbao" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="我的钱包"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:src="@mipmap/icon_inter" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:background="#F2F4F5" />
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_jump"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="60dp"
|
|
|
android:gravity="left|center"
|
|
|
@@ -241,14 +216,14 @@
|
|
|
android:layout_width="30dp"
|
|
|
android:layout_height="30dp"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
- android:src="@mipmap/into_icon_yaoqing" />
|
|
|
+ android:src="@mipmap/into_icon_shenqing" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="15dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:text="推广奖励"
|
|
|
+ android:text="申请模特"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="15sp" />
|
|
|
|