新手,日常任务 ui 调整
This commit is contained in:
parent
1fd647baff
commit
0ae94cb4fd
|
|
@ -6,13 +6,6 @@
|
|||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="@color/gray_f2"
|
||||
android:layout_marginTop="1dp"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -6,13 +6,6 @@
|
|||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="@color/gray_f2"
|
||||
android:layout_marginTop="1dp"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -345,6 +345,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/vididinapp_feature_message_bg_task_login"
|
||||
android:paddingHorizontal="15dp"
|
||||
android:layout_marginTop="10dp">
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -394,13 +395,49 @@
|
|||
android:textSize="18sp"
|
||||
/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:orientation="vertical">
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.BeginnerTaskItemView
|
||||
android:id="@+id/beginner_task_withdraw"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.BeginnerTaskItemView
|
||||
android:id="@+id/beginner_task_discord"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.BeginnerTaskItemView
|
||||
android:id="@+id/beginner_task_enable_notify"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -426,12 +463,70 @@
|
|||
android:text="Missões Diárias"
|
||||
/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:paddingHorizontal="15dp"
|
||||
android:background="@drawable/vididinapp_feature_message_bg_task_login"
|
||||
android:orientation="vertical">
|
||||
<com.gamedog.vididin.main.fragments.task.widget.DailyTaskItemView
|
||||
android:id="@+id/daily_task_watch_1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.DailyTaskItemView
|
||||
android:id="@+id/daily_task_watch_5"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.DailyTaskItemView
|
||||
android:id="@+id/daily_task_watch_10"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.DailyTaskItemView
|
||||
android:id="@+id/daily_task_watch_20"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/gray_f2"
|
||||
/>
|
||||
|
||||
<com.gamedog.vididin.main.fragments.task.widget.DailyTaskItemView
|
||||
android:id="@+id/daily_task_watch_30"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue