File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 59
59
<fr .free.nrw.commons.ui.PasteSensitiveTextInputEditText
60
60
android : id =" @+id/caption_item_edit_text"
61
61
android : layout_width =" match_parent"
62
- android : layout_height =" match_parent"
62
+ android : layout_height =" wrap_content"
63
+ android : minLines =" 1"
64
+ android : maxLines =" 10"
63
65
android : hint =" @string/share_caption_hint"
64
66
android : imeOptions =" actionNext|flagNoExtractUi"
65
- android : inputType =" text "
67
+ android : inputType =" textMultiLine "
66
68
app : allowFormatting =" false" />
67
69
</com .google.android.material.textfield.TextInputLayout>
68
70
103
105
<fr .free.nrw.commons.ui.PasteSensitiveTextInputEditText
104
106
android : id =" @+id/description_item_edit_text"
105
107
android : layout_width =" match_parent"
106
- android : layout_height =" match_parent"
108
+ android : layout_height =" wrap_content"
109
+ android : minLines =" 1"
110
+ android : maxLines =" 10"
107
111
android : hint =" @string/share_description_hint"
108
112
android : imeOptions =" actionNext|flagNoExtractUi"
109
113
android : inputType =" textMultiLine"
You can’t perform that action at this time.
0 commit comments