Make create key wizard step-by-step

This commit is contained in:
Dominik Schürmann
2015-03-09 22:00:44 +01:00
parent cc66435e38
commit 67076b2019
41 changed files with 535 additions and 151 deletions

View File

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