summaryrefslogtreecommitdiffstats
path: root/res/layout/choose_lock_pattern.xml
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-03-30 21:16:48 -0700
committerJim Miller <jaggies@google.com>2011-03-30 21:16:48 -0700
commit30cf12cc17506aa463ea9305a31e938c19d1b12f (patch)
treee1b7f44e9a42bea30686437341cd1602eac732ff /res/layout/choose_lock_pattern.xml
parentc4d9d80906f7713d7c41b4c5bb770af634656869 (diff)
downloadpackages_apps_Settings-30cf12cc17506aa463ea9305a31e938c19d1b12f.zip
packages_apps_Settings-30cf12cc17506aa463ea9305a31e938c19d1b12f.tar.gz
packages_apps_Settings-30cf12cc17506aa463ea9305a31e938c19d1b12f.tar.bz2
Fix LockScreen Settings on phones.
Change-Id: Ibbb0bcb4f34ba442d9ec678277718d3141f9d807
Diffstat (limited to 'res/layout/choose_lock_pattern.xml')
-rw-r--r--res/layout/choose_lock_pattern.xml32
1 files changed, 9 insertions, 23 deletions
diff --git a/res/layout/choose_lock_pattern.xml b/res/layout/choose_lock_pattern.xml
index 97c647f..79307c5 100644
--- a/res/layout/choose_lock_pattern.xml
+++ b/res/layout/choose_lock_pattern.xml
@@ -58,33 +58,19 @@
</LinearLayout>
+ <LinearLayout
+ style="@style/SecurityPreferenceButtonContainer"
+ android:orientation="horizontal">
- <LinearLayout style="@android:style/ButtonBar"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
+ <!-- left : cancel, or re-try -->
<Button android:id="@+id/footerLeftButton"
- android:layout_height="wrap_content"
- android:layout_width="140dip"
- android:ellipsize="marquee"
- android:singleLine="true"
- android:text="@string/lockpattern_restart_button_text"/>
-
- <View
- android:visibility="invisible"
- android:layout_height="0dip"
- android:layout_width="1dip"
- android:layout_weight="1" />
+ style="@style/SecurityPreferenceButton"
+ android:text="@string/lockpattern_tutorial_cancel_label"/>
+ <!-- right : confirm or ok -->
<Button android:id="@+id/footerRightButton"
- android:layout_height="wrap_content"
- android:layout_width="140dip"
- android:ellipsize="marquee"
- android:singleLine="true"
- android:drawableRight="@drawable/ic_btn_next"
- android:drawablePadding="3dip"
- android:text="@string/lockpattern_confirm_button_text"/>
+ style="@style/SecurityPreferenceButton"
+ android:text="@string/lockpattern_tutorial_continue_label"/>
</LinearLayout>