|
@@ -1,217 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:background="@color/background_light_gray"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="120dp"
|
|
|
|
|
- android:background="@color/theme_light">
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:layout_width="50dp"
|
|
|
|
|
- android:layout_height="30dp"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:background="@drawable/texe_background_round_theme_left">
|
|
|
|
|
-
|
|
|
|
|
- <de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
- android:id="@+id/img_user"
|
|
|
|
|
- android:layout_width="25dp"
|
|
|
|
|
- android:layout_height="25dp"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_marginRight="2.5dp" />
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_withdraw"
|
|
|
|
|
- android:layout_width="50dp"
|
|
|
|
|
- android:layout_height="30dp"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:background="@drawable/texe_background_round_theme_right"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:paddingLeft="15dp"
|
|
|
|
|
- android:text="提现"
|
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
|
- android:textSize="14sp" />
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/img_down"
|
|
|
|
|
- android:layout_width="30dp"
|
|
|
|
|
- android:layout_height="30dp"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
- android:padding="5dp"
|
|
|
|
|
- android:src="@drawable/down_load"
|
|
|
|
|
- android:visibility="gone" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/title"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:text="我的奖金"
|
|
|
|
|
- android:textColor="@color/white" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/money"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:layout_below="@id/title"
|
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:background="@drawable/texe_background_round_white"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:paddingLeft="15dp"
|
|
|
|
|
- android:paddingRight="15dp"
|
|
|
|
|
- android:textColor="@color/sheep_red"
|
|
|
|
|
- android:textSize="25dp" />
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="200dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/today"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
|
- android:layout_margin="5dp"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:text="今日收入"
|
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
|
- android:textSize="12sp" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/ll_new_task"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:orientation="vertical"
|
|
|
|
|
- android:visibility="gone"
|
|
|
|
|
-
|
|
|
|
|
- >
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
- android:paddingLeft="5dp"
|
|
|
|
|
- android:text="新手专享"
|
|
|
|
|
- android:textColor="@color/black_light" />
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/ll_progress"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="80dp"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:background="@color/backgroud">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_new_title"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
- android:paddingLeft="10dp"
|
|
|
|
|
- android:text="微信任务"
|
|
|
|
|
- android:textColor="@color/black_dark" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_new_bouns"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_marginRight="10dp"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:text="5.00"
|
|
|
|
|
- android:textColor="@color/sheep_red"
|
|
|
|
|
- android:textSize="22sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_text1"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_alignBottom="@id/tv_new_bouns"
|
|
|
|
|
- android:layout_marginBottom="3dp"
|
|
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
|
- android:layout_marginRight="3dp"
|
|
|
|
|
- android:layout_toLeftOf="@id/tv_new_bouns"
|
|
|
|
|
- android:text="+"
|
|
|
|
|
- android:textColor="@color/black_light"
|
|
|
|
|
- android:textSize="12sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_new_money"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:layout_toLeftOf="@id/tv_text1"
|
|
|
|
|
- android:text="5.00"
|
|
|
|
|
- android:textColor="@color/sheep_red"
|
|
|
|
|
- android:textSize="22sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_new_desc"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_below="@id/tv_new_title"
|
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
- android:layout_toLeftOf="@id/tv_new_money"
|
|
|
|
|
- android:paddingLeft="10dp"
|
|
|
|
|
- android:text="提交闲置微信号,每日获取租金"
|
|
|
|
|
- android:textColor="@color/black_light"
|
|
|
|
|
- android:textSize="12dp" />
|
|
|
|
|
-
|
|
|
|
|
- <ProgressBar
|
|
|
|
|
- android:id="@+id/pb_commit"
|
|
|
|
|
- style="?android:attr/progressBarStyleHorizontal"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
|
|
- android:layout_margin="5dp" />
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/ll_doing"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:orientation="vertical"
|
|
|
|
|
- android:visibility="gone">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:padding="5dp"
|
|
|
|
|
- android:text="进行中"
|
|
|
|
|
- android:textColor="@color/black_light" />
|
|
|
|
|
-
|
|
|
|
|
- <include layout="@layout/task_item" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:paddingLeft="5dp"
|
|
|
|
|
- android:paddingRight="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="发布中"
|
|
|
|
|
- android:textColor="@color/black_light" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-</LinearLayout>
|
|
|