summaryrefslogtreecommitdiffstats
path: root/res/layout/confirm_lock_pattern.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/confirm_lock_pattern.xml')
-rw-r--r--res/layout/confirm_lock_pattern.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/confirm_lock_pattern.xml b/res/layout/confirm_lock_pattern.xml
index 01ef5b1..5c6d812 100644
--- a/res/layout/confirm_lock_pattern.xml
+++ b/res/layout/confirm_lock_pattern.xml
@@ -32,9 +32,11 @@
android:background="@*android:drawable/code_lock_top"
android:layout_width="match_parent"
android:layout_height="2dip" />
+
<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" />
+
<View
android:background="@*android:drawable/code_lock_bottom"
android:layout_width="match_parent"