[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:
pratyaksh1610 2022-09-02 20:08:36 +05:30 committed by Alexander Borsuk
parent d527988365
commit 54e560453d
2 changed files with 3 additions and 1 deletions

View file

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

View file

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