forked from organicmaps/organicmaps
[android] Note to OSM editors
It is made visible and scrollable when keyboard is open. Signed-off-by: pratyaksh1610 <pratyakshkhuranaofficial@gmail.com>
This commit is contained in:
parent
d527988365
commit
54e560453d
2 changed files with 3 additions and 1 deletions
|
@ -739,7 +739,8 @@
|
|||
android:name="com.mapswithme.maps.editor.EditorActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/edit_place"
|
||||
android:parentActivityName="com.mapswithme.maps.MwmActivity" />
|
||||
android:parentActivityName="com.mapswithme.maps.MwmActivity"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.editor.ProfileActivity"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true"
|
||||
tools:context=".editor.EditorActivity"
|
||||
tools:ignore="DuplicateIds">
|
||||
<LinearLayout
|
||||
|
|
Loading…
Add table
Reference in a new issue