[android] fix: Do not resize search activity when the keyboard is open.

This commit is contained in:
Alexander Marchuk 2016-04-29 19:06:04 +03:00 committed by Alex Zolotarev
parent 1a7d892fbd
commit 305f4d7660

View file

@ -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"