summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/choose_lock_password.xml2
-rw-r--r--res/layout-land/confirm_lock_password.xml2
-rw-r--r--res/layout-sw600dp-land/choose_lock_password.xml1
-rw-r--r--res/layout-sw600dp-land/confirm_lock_password.xml1
-rw-r--r--res/layout-sw600dp/choose_lock_password.xml1
-rw-r--r--res/layout-sw600dp/confirm_lock_password.xml1
-rw-r--r--res/layout/choose_lock_password.xml2
-rw-r--r--res/layout/confirm_lock_password.xml2
8 files changed, 8 insertions, 4 deletions
diff --git a/res/layout-land/choose_lock_password.xml b/res/layout-land/choose_lock_password.xml
index 005dd63..ade6f25 100644
--- a/res/layout-land/choose_lock_password.xml
+++ b/res/layout-land/choose_lock_password.xml
@@ -50,6 +50,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="24sp"
@@ -58,7 +59,6 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/password_field_default"
android:textColor="#ffffffff"
- android:imeOptions="actionNext|flagNoEnterAction"
/>
</LinearLayout>
diff --git a/res/layout-land/confirm_lock_password.xml b/res/layout-land/confirm_lock_password.xml
index e5580eb..a9b5640 100644
--- a/res/layout-land/confirm_lock_password.xml
+++ b/res/layout-land/confirm_lock_password.xml
@@ -51,6 +51,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="24sp"
@@ -59,7 +60,6 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/password_field_default"
android:textColor="#ffffffff"
- android:imeOptions="actionNext|flagNoEnterAction"
/>
</LinearLayout>
diff --git a/res/layout-sw600dp-land/choose_lock_password.xml b/res/layout-sw600dp-land/choose_lock_password.xml
index 9518672..3895529 100644
--- a/res/layout-sw600dp-land/choose_lock_password.xml
+++ b/res/layout-sw600dp-land/choose_lock_password.xml
@@ -51,6 +51,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="24sp"
diff --git a/res/layout-sw600dp-land/confirm_lock_password.xml b/res/layout-sw600dp-land/confirm_lock_password.xml
index 3874f11..c4472db 100644
--- a/res/layout-sw600dp-land/confirm_lock_password.xml
+++ b/res/layout-sw600dp-land/confirm_lock_password.xml
@@ -52,6 +52,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="24sp"
diff --git a/res/layout-sw600dp/choose_lock_password.xml b/res/layout-sw600dp/choose_lock_password.xml
index c8a0866..df53f68 100644
--- a/res/layout-sw600dp/choose_lock_password.xml
+++ b/res/layout-sw600dp/choose_lock_password.xml
@@ -46,6 +46,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="32sp"
diff --git a/res/layout-sw600dp/confirm_lock_password.xml b/res/layout-sw600dp/confirm_lock_password.xml
index 5ffc5e7..722153d 100644
--- a/res/layout-sw600dp/confirm_lock_password.xml
+++ b/res/layout-sw600dp/confirm_lock_password.xml
@@ -49,6 +49,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="32sp"
diff --git a/res/layout/choose_lock_password.xml b/res/layout/choose_lock_password.xml
index cb817c5..e979413 100644
--- a/res/layout/choose_lock_password.xml
+++ b/res/layout/choose_lock_password.xml
@@ -45,6 +45,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="24sp"
@@ -53,7 +54,6 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/password_field_default"
android:textColor="#ffffffff"
- android:imeOptions="actionNext|flagNoEnterAction"
/>
<!-- Spacer between password entry and keyboard -->
diff --git a/res/layout/confirm_lock_password.xml b/res/layout/confirm_lock_password.xml
index 21eecc2..c952139 100644
--- a/res/layout/confirm_lock_password.xml
+++ b/res/layout/confirm_lock_password.xml
@@ -49,6 +49,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
+ android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="24sp"
@@ -57,7 +58,6 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/password_field_default"
android:textColor="#ffffffff"
- android:imeOptions="actionNext|flagNoEnterAction"
/>
<!-- Spacer between password entry and keyboard -->