From cafa07d09ebc37d10031a8e662f4b6878a03377a Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Tue, 30 Aug 2016 18:13:08 +0300 Subject: [PATCH] [editor] Capitalize names --- android/res/layout/item_localized_name.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/res/layout/item_localized_name.xml b/android/res/layout/item_localized_name.xml index 78db5817a0..7dd700b5da 100644 --- a/android/res/layout/item_localized_name.xml +++ b/android/res/layout/item_localized_name.xml @@ -17,6 +17,7 @@ android:id="@+id/input" style="@style/MwmWidget.Editor.FieldLayout.EditText" android:hint="@string/editor_edit_place_name_hint" + android:inputType="textCapSentences" android:singleLine="true"/>