mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Fix some layout issues
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user