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:
authorRoman Romanov <rromanov@65gb.net>2016-12-16 15:23:26 +0300
committerRoman Romanov <rromanov@65gb.net>2016-12-30 08:05:45 +0300
commitf9bd8e5bbd84a9cf1c85ab5eb10a3525fb9da3c5 (patch)
treeb32455dccdc0f3d29dc4e1091dad46740840219d /android/AndroidManifest.xml
parent722549559edc5de094c9759a879ab1fe89d1df51 (diff)
[android] Placeholders refactoring
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index af1a0b02e9..3a652ef716 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -188,7 +188,8 @@
android:name="com.mapswithme.maps.downloader.DownloaderActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/download_maps"
- android:parentActivityName="com.mapswithme.maps.MwmActivity">
+ android:parentActivityName="com.mapswithme.maps.MwmActivity"
+ android:windowSoftInputMode="adjustResize">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
@@ -200,7 +201,7 @@
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/search_map"
android:parentActivityName="com.mapswithme.maps.MwmActivity"
- android:windowSoftInputMode="stateVisible|adjustNothing">
+ android:windowSoftInputMode="stateVisible|adjustResize">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
@@ -222,7 +223,8 @@
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmark_sets"
- android:parentActivityName="com.mapswithme.maps.MwmActivity">
+ android:parentActivityName="com.mapswithme.maps.MwmActivity"
+ android:windowSoftInputMode="adjustResize">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
@@ -233,7 +235,8 @@
android:name="com.mapswithme.maps.bookmarks.BookmarkListActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmarks"
- android:parentActivityName="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity">
+ android:parentActivityName="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
+ android:windowSoftInputMode="adjustResize">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"