summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-04-27 18:11:03 -0700
committerJim Miller <jaggies@google.com>2012-04-27 18:11:03 -0700
commit47f1cd4325e839dd33273a451fa052e83789e483 (patch)
tree01a004834599ff9cdce32405c35bbb0375416a76 /res/layout-sw600dp-land
parentbd4bac327b27ab42ba3bdc87d8655c9c21bfda5d (diff)
downloadpackages_apps_Settings-47f1cd4325e839dd33273a451fa052e83789e483.zip
packages_apps_Settings-47f1cd4325e839dd33273a451fa052e83789e483.tar.gz
packages_apps_Settings-47f1cd4325e839dd33273a451fa052e83789e483.tar.bz2
Fix 6291333: Don't show multiple pin/pattern/password confirmations
This fixes a bug where orientation changes caused the system to ask for the pin/pattern/password multiple times. It also fixes a minor issue where we were showing buttons on the pattern confirmation screen (bug 6218057) Change-Id: I0894f37bb697baa4cc17917aaeb466440279b092
Diffstat (limited to 'res/layout-sw600dp-land')
-rw-r--r--res/layout-sw600dp-land/confirm_lock_pattern.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-sw600dp-land/confirm_lock_pattern.xml b/res/layout-sw600dp-land/confirm_lock_pattern.xml
index ad08e44..3e642d5 100644
--- a/res/layout-sw600dp-land/confirm_lock_pattern.xml
+++ b/res/layout-sw600dp-land/confirm_lock_pattern.xml
@@ -47,7 +47,8 @@
style="@style/SecurityPreferenceButtonContainer"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:visibility="invisible">
<!-- left / top button: skip, or re-try -->
<Button android:id="@+id/footerLeftButton"