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:
authorAlexander Marchuk <alexm@maps.me>2016-06-16 12:50:20 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 13:31:43 +0300
commit5b10db59e24311b388a8949435df895aec8e8391 (patch)
treed822c6e83e538bffe5ade3471219f79575c58afd /android
parentbb042c3b069d2b8d59ce802c9a8040c17c09b7b6 (diff)
[android] fix: Crash on setting long bookmark set name.
Diffstat (limited to 'android')
-rw-r--r--android/res/layout/dialog_edit_text.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/res/layout/dialog_edit_text.xml b/android/res/layout/dialog_edit_text.xml
index 8c6c31e3d4..fb184187f8 100644
--- a/android/res/layout/dialog_edit_text.xml
+++ b/android/res/layout/dialog_edit_text.xml
@@ -23,6 +23,8 @@
style="@style/MwmWidget.PlacePage.EditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:inputType="text"
+ android:maxLength="100"
android:singleLine="true"/>
</android.support.design.widget.TextInputLayout>