Small behavior improvement

This commit is contained in:
M66B 2022-05-31 19:06:24 +02:00
parent 440772f113
commit 19b968ba6f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:imeOptions="actionDone"
android:inputType="text"
android:inputType="text|textMultiLine"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"