summaryrefslogtreecommitdiffstats
path: root/res/layout-land/confirm_lock_pattern.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/confirm_lock_pattern.xml')
-rw-r--r--res/layout-land/confirm_lock_pattern.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout-land/confirm_lock_pattern.xml b/res/layout-land/confirm_lock_pattern.xml
index 2da2b9a..8c4e912 100644
--- a/res/layout-land/confirm_lock_pattern.xml
+++ b/res/layout-land/confirm_lock_pattern.xml
@@ -56,10 +56,11 @@
android:background="@*android:drawable/code_lock_left"
android:layout_width="2dip"
android:layout_height="match_parent" />
+
<!-- right side: lock pattern -->
<com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient>