Fix some layout issues

This commit is contained in:
Geoffroy Bonneville
2023-12-22 23:12:19 +01:00
parent 6c992f6eae
commit ecfce99be1
10 changed files with 51 additions and 38 deletions

View File

@@ -22,7 +22,8 @@
android:textSize="30sp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="flagNoFullscreen"/>
android:imeOptions="flagNoFullscreen"
android:autofillHints="@string/new_task_name_hint" />
<EditText
android:id="@+id/new_task_description"
android:hint="@string/new_task_description_hint"
@@ -32,7 +33,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/new_task_name"
android:imeOptions="flagNoFullscreen" />
android:imeOptions="flagNoFullscreen"
android:autofillHints="@string/new_task_description_hint"
android:inputType="textMultiLine" />
<TextView
android:id="@+id/new_task_priority_label"
android:text="@string/new_task_priority"