aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_key_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-07-27 20:42:39 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-07-27 20:42:39 +0200
commit57d9c7a013cefa6641bff7167486f7fe12247265 (patch)
treec6d4fc6b35a3248a664d2390872026796f817d9c /OpenKeychain/src/main/res/layout/create_key_activity.xml
parent97e8faa1dd833169accba5aab65602a9c9fd310a (diff)
downloadopen-keychain-57d9c7a013cefa6641bff7167486f7fe12247265.tar.gz
open-keychain-57d9c7a013cefa6641bff7167486f7fe12247265.tar.bz2
open-keychain-57d9c7a013cefa6641bff7167486f7fe12247265.zip
Open keyboard on passphrase dialog, this should now work on all Android versions... hopefully
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_key_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_key_activity.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_key_activity.xml b/OpenKeychain/src/main/res/layout/create_key_activity.xml
index 050aa2b23..9d56950a8 100644
--- a/OpenKeychain/src/main/res/layout/create_key_activity.xml
+++ b/OpenKeychain/src/main/res/layout/create_key_activity.xml
@@ -22,6 +22,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
+ android:imeOptions="actionNext"
android:inputType="textPersonName"
android:hint="@string/label_name"
android:ems="10"
@@ -32,6 +33,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
+ android:imeOptions="actionNext"
android:hint="@string/label_email"
android:ems="10"
android:inputType="textEmailAddress" />