diff --git a/Habitica/res/layout/task_form_task_scheduling.xml b/Habitica/res/layout/task_form_task_scheduling.xml index f97c08c25..f16663c4f 100644 --- a/Habitica/res/layout/task_form_task_scheduling.xml +++ b/Habitica/res/layout/task_form_task_scheduling.xml @@ -60,7 +60,8 @@ android:layout_height="wrap_content" android:text="@string/repeats" android:textColor="@color/gray_300" - android:textSize="12sp" /> + android:textSize="12sp" + android:labelFor="@+id/repeats_every_spinner"/> + android:text="@string/days" + android:textColor="@color/gray_300" + android:labelFor="@+id/repeats_every_edittext"/> diff --git a/Habitica/res/values/strings.xml b/Habitica/res/values/strings.xml index 60c915f7b..2d7cd7ce3 100644 --- a/Habitica/res/values/strings.xml +++ b/Habitica/res/values/strings.xml @@ -86,6 +86,10 @@ Start Date Positive Negative + On + Off + Selected + Not selected Checklist Reminders @@ -821,6 +825,7 @@ Invite to Party Are you sure? Delete Task + Delete Reminder Not right now Choose a class that fits your playstyle and unlock special skills and armor to help you on your journey Class System unlocked! @@ -1009,4 +1014,5 @@ Read More You are unable to buy that amount. Still have a question? + Delete Checklist entry diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index 344639979..60c0d0409 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -636,6 +636,7 @@ @color/gray_10 @dimen/spacing_large @dimen/spacing_medium + true