|
|
@@ -2,6 +2,7 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<include layout="@layout/title" />
|
|
|
@@ -10,18 +11,24 @@
|
|
|
android:id="@+id/tv_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="#ff333333"
|
|
|
+ android:layout_margin="16dp"
|
|
|
+ android:text="xxxxx任务上线"
|
|
|
+ android:textColor="#333333"
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="#f5f5f5" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/tv_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="48dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="15dp"
|
|
|
- android:textColor="#ff666666"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="x x任务上线,限量1000分,任务奖励1元,赶紧去领取吧~!xx任务上线,限量1000分,任务奖励1元,赶紧去领取吧~!"
|
|
|
+ android:textColor="#666666"
|
|
|
android:textSize="13sp" />
|
|
|
</LinearLayout>
|