|
@@ -1,23 +1,29 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:background="@color/background_light_gray"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
+
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ style="@style/style_edt"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:hint="可可要"
|
|
|
|
|
+ android:text="年年年" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="120dp"
|
|
android:layout_height="120dp"
|
|
|
- android:background="@color/theme_light"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ android:background="@color/theme_light">
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:layout_width="50dp"
|
|
android:layout_width="50dp"
|
|
|
android:layout_height="30dp"
|
|
android:layout_height="30dp"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/texe_background_round_theme_left"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ android:background="@drawable/texe_background_round_theme_left">
|
|
|
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
android:id="@+id/img_user"
|
|
android:id="@+id/img_user"
|
|
@@ -25,8 +31,7 @@
|
|
|
android:layout_height="25dp"
|
|
android:layout_height="25dp"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="2.5dp"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ android:layout_marginRight="2.5dp" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -40,7 +45,7 @@
|
|
|
android:paddingLeft="15dp"
|
|
android:paddingLeft="15dp"
|
|
|
android:text="提现"
|
|
android:text="提现"
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="14sp"/>
|
|
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/img_down"
|
|
android:id="@+id/img_down"
|
|
@@ -50,7 +55,7 @@
|
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginTop="5dp"
|
|
|
android:padding="5dp"
|
|
android:padding="5dp"
|
|
|
android:src="@drawable/down_load"
|
|
android:src="@drawable/down_load"
|
|
|
- android:visibility="gone"/>
|
|
|
|
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/title"
|
|
android:id="@+id/title"
|
|
@@ -59,8 +64,7 @@
|
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
android:text="我的奖金"
|
|
android:text="我的奖金"
|
|
|
- android:textColor="@color/white"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ android:textColor="@color/white" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/money"
|
|
android:id="@+id/money"
|
|
@@ -74,8 +78,7 @@
|
|
|
android:paddingLeft="15dp"
|
|
android:paddingLeft="15dp"
|
|
|
android:paddingRight="15dp"
|
|
android:paddingRight="15dp"
|
|
|
android:textColor="@color/sheep_red"
|
|
android:textColor="@color/sheep_red"
|
|
|
- android:textSize="25dp"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ android:textSize="25dp" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="200dp"
|
|
android:layout_width="200dp"
|
|
@@ -97,7 +100,7 @@
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="今日收入"
|
|
android:text="今日收入"
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="12sp"/>
|
|
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -105,8 +108,8 @@
|
|
|
android:id="@+id/ll_new_task"
|
|
android:id="@+id/ll_new_task"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
|
|
|
>
|
|
>
|
|
|
|
|
|
|
@@ -116,16 +119,14 @@
|
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginTop="5dp"
|
|
|
android:paddingLeft="5dp"
|
|
android:paddingLeft="5dp"
|
|
|
android:text="新手专享"
|
|
android:text="新手专享"
|
|
|
- android:textColor="@color/black_light"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ android:textColor="@color/black_light" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/ll_progress"
|
|
android:id="@+id/ll_progress"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="80dp"
|
|
android:layout_height="80dp"
|
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
- android:background="@color/backgroud"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ android:background="@color/backgroud">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_new_title"
|
|
android:id="@+id/tv_new_title"
|
|
@@ -134,7 +135,7 @@
|
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginTop="5dp"
|
|
|
android:paddingLeft="10dp"
|
|
android:paddingLeft="10dp"
|
|
|
android:text="微信任务"
|
|
android:text="微信任务"
|
|
|
- android:textColor="@color/black_dark"/>
|
|
|
|
|
|
|
+ android:textColor="@color/black_dark" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_new_bouns"
|
|
android:id="@+id/tv_new_bouns"
|
|
@@ -145,7 +146,7 @@
|
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
android:text="5.00"
|
|
android:text="5.00"
|
|
|
android:textColor="@color/sheep_red"
|
|
android:textColor="@color/sheep_red"
|
|
|
- android:textSize="22sp"/>
|
|
|
|
|
|
|
+ android:textSize="22sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_text1"
|
|
android:id="@+id/tv_text1"
|
|
@@ -158,7 +159,7 @@
|
|
|
android:layout_toLeftOf="@id/tv_new_bouns"
|
|
android:layout_toLeftOf="@id/tv_new_bouns"
|
|
|
android:text="+"
|
|
android:text="+"
|
|
|
android:textColor="@color/black_light"
|
|
android:textColor="@color/black_light"
|
|
|
- android:textSize="12sp"/>
|
|
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_new_money"
|
|
android:id="@+id/tv_new_money"
|
|
@@ -168,7 +169,7 @@
|
|
|
android:layout_toLeftOf="@id/tv_text1"
|
|
android:layout_toLeftOf="@id/tv_text1"
|
|
|
android:text="5.00"
|
|
android:text="5.00"
|
|
|
android:textColor="@color/sheep_red"
|
|
android:textColor="@color/sheep_red"
|
|
|
- android:textSize="22sp"/>
|
|
|
|
|
|
|
+ android:textSize="22sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_new_desc"
|
|
android:id="@+id/tv_new_desc"
|
|
@@ -180,7 +181,7 @@
|
|
|
android:paddingLeft="10dp"
|
|
android:paddingLeft="10dp"
|
|
|
android:text="提交闲置微信号,每日获取租金"
|
|
android:text="提交闲置微信号,每日获取租金"
|
|
|
android:textColor="@color/black_light"
|
|
android:textColor="@color/black_light"
|
|
|
- android:textSize="12dp"/>
|
|
|
|
|
|
|
+ android:textSize="12dp" />
|
|
|
|
|
|
|
|
<ProgressBar
|
|
<ProgressBar
|
|
|
android:id="@+id/pb_commit"
|
|
android:id="@+id/pb_commit"
|
|
@@ -188,8 +189,7 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
- android:layout_margin="5dp"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ android:layout_margin="5dp" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -206,10 +206,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:padding="5dp"
|
|
android:padding="5dp"
|
|
|
android:text="进行中"
|
|
android:text="进行中"
|
|
|
- android:textColor="@color/black_light"/>
|
|
|
|
|
|
|
+ android:textColor="@color/black_light" />
|
|
|
|
|
|
|
|
- <include
|
|
|
|
|
- layout="@layout/task_item"/>
|
|
|
|
|
|
|
+ <include layout="@layout/task_item" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -220,7 +219,7 @@
|
|
|
android:paddingRight="5dp"
|
|
android:paddingRight="5dp"
|
|
|
android:paddingTop="5dp"
|
|
android:paddingTop="5dp"
|
|
|
android:text="发布中"
|
|
android:text="发布中"
|
|
|
- android:textColor="@color/black_light"/>
|
|
|
|
|
|
|
+ android:textColor="@color/black_light" />
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|