forked from organicmaps/organicmaps
[android] Changed soft input mode for editor activity.
This commit is contained in:
parent
c3a06efed8
commit
ad69b5a950
1 changed files with 5 additions and 1 deletions
|
@ -59,9 +59,13 @@
|
|||
|
||||
<style name="MwmTheme.EditorActivity">
|
||||
<item name="android:timePickerStyle" tools:targetApi="lollipop">@style/MwmWidget.Editor.TimePicker</item>
|
||||
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.Night.EditorActivity" parent="MwmTheme.EditorActivity"/>
|
||||
<style name="MwmTheme.Night.EditorActivity">
|
||||
<item name="android:timePickerStyle" tools:targetApi="lollipop">@style/MwmWidget.Editor.TimePicker</item>
|
||||
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.DialogFragment.TitleStyle" parent="Base.DialogWindowTitle.AppCompat">
|
||||
<item name="android:textAppearance">@style/MwmTextAppearance.Title</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue