Open keyboard on passphrase dialog, this should now work on all Android versions... hopefully

This commit is contained in:
Dominik Schürmann
2014-07-27 20:42:39 +02:00
parent 97e8faa1dd
commit 57d9c7a013
4 changed files with 109 additions and 44 deletions

View File

@@ -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" />