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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user