diff options
Diffstat (limited to 'res/layout-sw600dp/confirm_lock_pattern.xml')
-rw-r--r-- | res/layout-sw600dp/confirm_lock_pattern.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/res/layout-sw600dp/confirm_lock_pattern.xml b/res/layout-sw600dp/confirm_lock_pattern.xml index d41525a..c32422e 100644 --- a/res/layout-sw600dp/confirm_lock_pattern.xml +++ b/res/layout-sw600dp/confirm_lock_pattern.xml @@ -26,12 +26,14 @@ <ScrollView android:layout_width="match_parent" android:layout_height="wrap_content" + android:gravity="center" android:layout_marginTop="96dip"> <TextView android:id="@+id/headerText" - android:layout_width="wrap_content" + android:layout_width="fill_parent" android:layout_height="wrap_content" - android:textAppearance="?android:attr/textAppearanceLarge"/> + android:gravity="center" + android:textAppearance="?android:attr/textAppearanceMedium"/> </ScrollView> @@ -40,7 +42,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dip" - android:textAppearance="?android:attr/textAppearanceLarge"/> + android:textAppearance="?android:attr/textAppearanceMedium"/> <!-- bottom: lock pattern --> <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern" |