diff --git a/Habitica/res/layout/activity_task_form.xml b/Habitica/res/layout/activity_task_form.xml index 6ab5c2fcc..766c6e4cd 100644 --- a/Habitica/res/layout/activity_task_form.xml +++ b/Habitica/res/layout/activity_task_form.xml @@ -20,9 +20,8 @@ - - + + - - - + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:hint="@string/text" + android:textColor="@android:color/black" + android:inputType="textCapSentences|textMultiLine" + android:maxLines="3"/> + - - - + android:layout_gravity="center_horizontal" + android:hint="@string/notes" + android:textColor="@android:color/black" + android:inputType="textCapSentences|textMultiLine" /> + + android:id="@+id/task_positive_checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginBottom="11dp" + android:text="@string/positive_habit_form" + android:textAppearance="?android:attr/textAppearanceMedium" /> - + @@ -403,11 +402,11 @@ android:layout_marginTop="20dp" android:id="@+id/task_tags_wrapper"> - + - + - - - +