mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
allow multiple lines for description/caption
This commit is contained in:
parent
0293b865b4
commit
b405b219ff
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@
|
|||
<fr.free.nrw.commons.ui.PasteSensitiveTextInputEditText
|
||||
android:id="@+id/description_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_description_hint"
|
||||
android:imeOptions="actionNext|flagNoExtractUi"
|
||||
android:inputType="textMultiLine"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue