make caption multiline too

This commit is contained in:
Matija Nalis 2025-02-04 04:36:29 +01:00
parent b405b219ff
commit f63cf0022a

View file

@ -59,10 +59,12 @@
<fr.free.nrw.commons.ui.PasteSensitiveTextInputEditText
android:id="@+id/caption_item_edit_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:minLines="1"
android:maxLines="10"
android:hint="@string/share_caption_hint"
android:imeOptions="actionNext|flagNoExtractUi"
android:inputType="text"
android:inputType="textMultiLine"
app:allowFormatting="false" />
</com.google.android.material.textfield.TextInputLayout>