From 07c61fcc439f829a279da1024cc8fccaacc0b469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Thu, 26 Oct 2017 15:36:17 +0300 Subject: [PATCH] [android] Added textCapSentences mode for ugc review field --- android/res/layout/fragment_ugc_editor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/res/layout/fragment_ugc_editor.xml b/android/res/layout/fragment_ugc_editor.xml index 6c5b657875..9f3ddced6f 100644 --- a/android/res/layout/fragment_ugc_editor.xml +++ b/android/res/layout/fragment_ugc_editor.xml @@ -58,7 +58,7 @@ android:paddingEnd="@dimen/margin_base" android:paddingBottom="@dimen/margin_base" android:textColorHint="?android:textColorSecondary" - android:inputType="textMultiLine" + android:inputType="textMultiLine|textCapSentences" android:hint="@string/placepage_reviews_hint"/>