File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 5959 <fr .free.nrw.commons.ui.PasteSensitiveTextInputEditText
6060 android : id =" @+id/caption_item_edit_text"
6161 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"
6365 android : hint =" @string/share_caption_hint"
6466 android : imeOptions =" actionNext|flagNoExtractUi"
65- android : inputType =" text "
67+ android : inputType =" textMultiLine "
6668 app : allowFormatting =" false" />
6769 </com .google.android.material.textfield.TextInputLayout>
6870
103105 <fr .free.nrw.commons.ui.PasteSensitiveTextInputEditText
104106 android : id =" @+id/description_item_edit_text"
105107 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"
107111 android : hint =" @string/share_description_hint"
108112 android : imeOptions =" actionNext|flagNoExtractUi"
109113 android : inputType =" textMultiLine"
You can’t perform that action at this time.
0 commit comments