Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2017-10-26 15:36:17 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-26 15:40:05 +0300
commit0e40e0bbf5343d02a719d50af32037ae1471b950 (patch)
tree0e642d223e36fd830c3c2f6b39ce6b450382fab4
parenteb11951e83d725187a74b7aed786b50e9fcce174 (diff)
[android] Added textCapSentences mode for ugc review field
-rw-r--r--android/res/layout/fragment_ugc_editor.xml2
1 files changed, 1 insertions, 1 deletions
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"/>
</android.support.design.widget.TextInputLayout>
</LinearLayout>