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-05-11 19:11:43 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-05-12 10:38:52 +0300
commit20a132498f8852d206ed4e27dc288c18799c88f9 (patch)
tree52a7aa48f8c6c75d6178cea89e3cedcdf132b864 /android/AndroidManifest.xml
parentd2ca6c53bef2bd5cd2e49a9c081a67f7f8f69c80 (diff)
[editor][android] fix: Do not show keyboard on entering editor.
fix: Nicer editor UI framing.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml1
1 files changed, 1 insertions, 0 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">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data