|
@@ -1,15 +1,15 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:background="@color/white"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:background="@color/white"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/dingwei1"
|
|
android:id="@+id/dingwei1"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="@dimen/content_padding_big"
|
|
|
|
|
|
|
+ android:layout_margin="@dimen/content_padding"
|
|
|
android:background="@color/backgroud">
|
|
android:background="@color/backgroud">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
@@ -19,7 +19,7 @@
|
|
|
android:layout_alignParentStart="true"
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginLeft="@dimen/content_padding"
|
|
android:layout_marginLeft="@dimen/content_padding"
|
|
|
- android:src="@drawable/icon" />
|
|
|
|
|
|
|
+ android:src="@drawable/icon"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -37,7 +37,7 @@
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:text="title"
|
|
android:text="title"
|
|
|
android:textColor="@color/black_text_deep"
|
|
android:textColor="@color/black_text_deep"
|
|
|
- android:textSize="@dimen/text_size_4" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/text_size_4"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -48,7 +48,7 @@
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:text="250/250"
|
|
android:text="250/250"
|
|
|
android:textColor="@color/black_text_gray"
|
|
android:textColor="@color/black_text_gray"
|
|
|
- android:textSize="@dimen/text_size_2" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/text_size_2"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_time"
|
|
android:id="@+id/tv_time"
|
|
@@ -58,7 +58,7 @@
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:text="截止时间:2018-1-1"
|
|
android:text="截止时间:2018-1-1"
|
|
|
android:textColor="@color/black_text_gray"
|
|
android:textColor="@color/black_text_gray"
|
|
|
- android:textSize="@dimen/text_size_2" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/text_size_2"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -73,7 +73,7 @@
|
|
|
android:text="5.00"
|
|
android:text="5.00"
|
|
|
android:textColor="@color/orange_text_light"
|
|
android:textColor="@color/orange_text_light"
|
|
|
android:textSize="@dimen/text_size_5"
|
|
android:textSize="@dimen/text_size_5"
|
|
|
- android:textStyle="bold" />
|
|
|
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_text1"
|
|
android:id="@+id/tv_text1"
|
|
@@ -88,7 +88,7 @@
|
|
|
android:gravity="bottom"
|
|
android:gravity="bottom"
|
|
|
android:text="+"
|
|
android:text="+"
|
|
|
android:textColor="@color/orange_text_light"
|
|
android:textColor="@color/orange_text_light"
|
|
|
- android:textSize="@dimen/text_size_4" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/text_size_4"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_money"
|
|
android:id="@+id/tv_money"
|
|
@@ -99,7 +99,7 @@
|
|
|
android:text="5.00"
|
|
android:text="5.00"
|
|
|
android:textColor="@color/orange_text_light"
|
|
android:textColor="@color/orange_text_light"
|
|
|
android:textSize="@dimen/text_size_5"
|
|
android:textSize="@dimen/text_size_5"
|
|
|
- android:textStyle="bold" />
|
|
|
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
@@ -110,7 +110,7 @@
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginRight="@dimen/content_padding_small"
|
|
android:layout_marginRight="@dimen/content_padding_small"
|
|
|
android:layout_marginTop="@dimen/content_padding_small"
|
|
android:layout_marginTop="@dimen/content_padding_small"
|
|
|
- android:src="@drawable/completed" />
|
|
|
|
|
|
|
+ android:src="@drawable/completed"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_guide"
|
|
android:id="@+id/tv_guide"
|
|
@@ -122,7 +122,7 @@
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:text="任务详情 >"
|
|
android:text="任务详情 >"
|
|
|
android:textColor="@color/black_text_gray"
|
|
android:textColor="@color/black_text_gray"
|
|
|
- android:textSize="@dimen/text_size_2" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/text_size_2"/>
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|
|
|
android:id="@+id/btn_task_item"
|
|
android:id="@+id/btn_task_item"
|
|
@@ -134,11 +134,11 @@
|
|
|
android:layout_below="@id/dingwei1"
|
|
android:layout_below="@id/dingwei1"
|
|
|
android:layout_marginBottom="20dp"
|
|
android:layout_marginBottom="20dp"
|
|
|
android:layout_marginRight="@dimen/content_padding"
|
|
android:layout_marginRight="@dimen/content_padding"
|
|
|
- android:text="下载游戏" />
|
|
|
|
|
|
|
+ android:text="下载游戏"/>
|
|
|
|
|
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/content_padding"
|
|
android:layout_height="@dimen/content_padding"
|
|
|
android:layout_below="@id/btn_task_item"
|
|
android:layout_below="@id/btn_task_item"
|
|
|
- android:background="@color/background_light_gray" />
|
|
|
|
|
|
|
+ android:background="@color/background_light_gray"/>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|