Dont show keyboard by default in key creation to allow the user to get an overview what to type, use spannable where possible

This commit is contained in:
Dominik Schürmann
2014-09-27 13:52:01 +02:00
parent 999094934a
commit 1a7edc9925
4 changed files with 9 additions and 9 deletions

View File

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