[android] Fixed keyboard hidding of the details field in editor

[android] Made 'Details' field multiline
This commit is contained in:
Александр Зацепин 2017-08-29 13:17:48 +03:00 committed by Vladimir Byko-Ianko
parent 5cc3096c39
commit 83229ed97c
2 changed files with 2 additions and 2 deletions

View file

@ -295,7 +295,6 @@
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/edit_place"
android:theme="@style/MwmTheme.EditorActivity"
android:windowSoftInputMode="adjustResize|stateHidden"
android:parentActivityName="com.mapswithme.maps.MwmActivity">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data

View file

@ -297,6 +297,7 @@
<EditText
android:id="@+id/input"
style="@style/MwmWidget.Editor.FieldLayout.EditText"
android:inputType="textMultiLine"
android:hint="@string/editor_detailed_description_hint"/>
</com.mapswithme.maps.widget.CustomTextInputLayout>
@ -343,4 +344,4 @@
</LinearLayout>
</ScrollView>
</ScrollView>