diff --git a/Habitica/res/layout/daily_item_card.xml b/Habitica/res/layout/daily_item_card.xml index 8f44cee90..9ac52749c 100644 --- a/Habitica/res/layout/daily_item_card.xml +++ b/Habitica/res/layout/daily_item_card.xml @@ -1,158 +1,189 @@ - + + - + + - - - + + - - - - + android:gravity="center" /> + + + + tools:text="Daily Title" /> - + + + + - + + - + + - - + + - - + android:contentDescription="@string/has_reminder" + app:srcCompat="@drawable/task_icon_reminder" /> + + + - - - + + - + + - + + - - + + + - + + + android:layout_width="match_parent" + android:layout_height="1dp" + android:layout_gravity="bottom" + android:background="@color/task_border_gray" /> + + android:id="@+id/checklistSeparator" + android:layout_width="match_parent" + android:layout_height="@dimen/hairline_height" + android:background="@color/cell_separator" /> + + android:id="@+id/checklistView" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" /> + + android:id="@+id/checklistBottomSpace" + android:layout_width="match_parent" + android:layout_height="10dp" + android:background="@color/checklist_separator" /> diff --git a/Habitica/res/layout/dialog_challenge_detail_daily.xml b/Habitica/res/layout/dialog_challenge_detail_daily.xml index a10af58d7..e83551d2e 100644 --- a/Habitica/res/layout/dialog_challenge_detail_daily.xml +++ b/Habitica/res/layout/dialog_challenge_detail_daily.xml @@ -45,7 +45,7 @@ @@ -59,7 +59,7 @@ tools:visibility="visible"> @@ -59,7 +59,7 @@ tools:visibility="visible"> - + + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@color/white" + android:baselineAligned="false" + android:foreground="?selectableItemBackground" + android:orientation="horizontal"> + + android:id="@+id/btnPlusWrapper" + android:layout_width="54dp" + android:layout_height="match_parent"> + + android:layout_width="1dp" + android:layout_height="match_parent" + android:layout_gravity="end" + android:layout_marginBottom="1dp" + android:background="@color/task_border_gray" /> + + android:id="@+id/btnPlusIconView" + android:layout_width="40dp" + android:layout_height="40dp" + android:layout_gravity="center" + android:scaleType="center" + android:src="@drawable/habit_plus" /> +