From 20a132498f8852d206ed4e27dc288c18799c88f9 Mon Sep 17 00:00:00 2001 From: Alexander Marchuk Date: Wed, 11 May 2016 19:11:43 +0300 Subject: [PATCH] [editor][android] fix: Do not show keyboard on entering editor. fix: Nicer editor UI framing. --- android/AndroidManifest.xml | 1 + android/res/layout/fragment_editor.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index b18b5f247c..b552b89b0d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -237,6 +237,7 @@ android:configChanges="orientation|screenLayout|screenSize" android:label="@string/edit_place" android:theme="@style/MwmTheme.EditorActivity" + android:windowSoftInputMode="adjustResize|stateHidden" android:parentActivityName="com.mapswithme.maps.MwmActivity"> + android:layout_marginTop="@dimen/margin_double" + android:layout_marginBottom="@dimen/margin_base">