Fix keyboard overlay bug on top of edittexts

This commit is contained in:
Dominik Schürmann
2015-02-27 23:24:04 +01:00
parent 5b1d834f91
commit b1c8fa3471
10 changed files with 47 additions and 5 deletions

View File

@@ -95,7 +95,7 @@
<activity
android:name=".ui.CreateKeyActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:windowSoftInputMode="stateHidden"
android:windowSoftInputMode="stateHidden|adjustResize"
android:label="@string/title_create_key"
android:parentActivityName=".ui.MainActivity">
<meta-data