Skip to content

Commit d9fa312

Browse files
oluwadara-abijomaskaravivek
authored andcommitted
Wrap and enlarge title edit text (commons-app#2572)
1 parent fd82c8a commit d9fa312

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
android:layout_height="wrap_content"
1414
android:hint="@string/share_title_hint"
1515
android:imeOptions="actionNext"
16-
android:inputType="text"
17-
android:maxLines="1"
16+
android:inputType="textMultiLine"
1817
android:nextFocusForward="@+id/image_description" />
1918
</android.support.design.widget.TextInputLayout>

0 commit comments

Comments
 (0)