From 1e7f078907cf4f0b77943890a2b6093e233da14a Mon Sep 17 00:00:00 2001 From: liuche Date: Thu, 6 Aug 2020 14:45:23 -0700 Subject: [PATCH] =?UTF-8?q?Changed=20name=5Fcollection=5Fdialog.xml's=20Ed?= =?UTF-8?q?itText's=20input=20type=20from=20"text=E2=80=A6=20(#13367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karol WÄ…sowski --- app/src/main/res/layout/name_collection_dialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/name_collection_dialog.xml b/app/src/main/res/layout/name_collection_dialog.xml index f587cfb23..d7816a87d 100644 --- a/app/src/main/res/layout/name_collection_dialog.xml +++ b/app/src/main/res/layout/name_collection_dialog.xml @@ -26,7 +26,7 @@ android:layout_marginStart="24dp" android:layout_marginEnd="24dp" android:backgroundTint="?neutral" - android:inputType="text" + android:inputType="textCapSentences" android:singleLine="true" android:textAlignment="viewStart" />