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-04-29 19:06:04 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit305f4d766085b95d674c797cd0eb1239a0b769cf (patch)
treebc8fc2681fd329b4491d46416423882b5767a0cc /android/AndroidManifest.xml
parent1a7d892fbdf8fa7356583d4b29c9f6b525c29bb4 (diff)
[android] fix: Do not resize search activity when the keyboard is open.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index cf2c064c03..b18b5f247c 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -192,7 +192,7 @@
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/search_map"
android:parentActivityName="com.mapswithme.maps.MwmActivity"
- android:windowSoftInputMode="stateVisible">
+ android:windowSoftInputMode="stateVisible|adjustNothing">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"