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:
Diffstat (limited to 'android/res/layout/dialog_edit_text.xml')
-rw-r--r--android/res/layout/dialog_edit_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/res/layout/dialog_edit_text.xml b/android/res/layout/dialog_edit_text.xml
index fb184187f8..d90f6d92d2 100644
--- a/android/res/layout/dialog_edit_text.xml
+++ b/android/res/layout/dialog_edit_text.xml
@@ -23,8 +23,8 @@
style="@style/MwmWidget.PlacePage.EditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:inputType="text"
android:maxLength="100"
+ android:inputType="text|textCapSentences"
android:singleLine="true"/>
</android.support.design.widget.TextInputLayout>