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-13 13:00:18 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-13 13:27:29 +0300
commit00bed793e35cfa836ef18a24a4623d15f69eeb7b (patch)
treeabb1b3791c8319e381683efe27c5954b60789084 /android
parentc9fc0f8c4e72d14448f3ee6fe4f4488a78d39fb6 (diff)
[android] Increased max legnt for review to 600 symbols
Diffstat (limited to 'android')
-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 53e81e2244..e4b733f5e6 100644
--- a/android/res/layout/fragment_ugc_editor.xml
+++ b/android/res/layout/fragment_ugc_editor.xml
@@ -51,7 +51,7 @@
android:layout_height="@dimen/rating_user_review_min_height"
android:textAppearance="@style/MwmTextAppearance.Body1"
android:gravity="top"
- android:maxLength="400"
+ android:maxLength="600"
android:paddingLeft="@dimen/margin_base"
android:paddingStart="@dimen/margin_base"
android:paddingRight="@dimen/margin_base"