summaryrefslogtreecommitdiffstats
path: root/res/layout/choose_lock_pattern.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/choose_lock_pattern.xml')
-rw-r--r--res/layout/choose_lock_pattern.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/choose_lock_pattern.xml b/res/layout/choose_lock_pattern.xml
index 79307c5..a356315 100644
--- a/res/layout/choose_lock_pattern.xml
+++ b/res/layout/choose_lock_pattern.xml
@@ -39,9 +39,10 @@
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" />
<!-- bottom line looks bad when button bar is their too, omit in this case -->
<!--View