forked from organicmaps/organicmaps
[android] fix: Do not resize search activity when the keyboard is open.
This commit is contained in:
parent
1a7d892fbd
commit
305f4d7660
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue