Skip to content

Commit 9048842

Browse files
amylin0147whym
authored andcommitted
Make the title field multiline
1 parent 44ee850 commit 9048842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_single_upload.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
android:drawableEnd="@drawable/mapbox_info_icon_default"
2222
android:drawableRight="@drawable/mapbox_info_icon_default"
2323
android:scrollHorizontally="false"
24-
android:maxLines="1"
24+
android:inputType="textMultiLine"
2525
android:hint="@string/share_title_hint"
2626
android:imeOptions="flagNoExtractUi" />
2727

0 commit comments

Comments
 (0)