From 2f63c4ef414b63ee600a6b70fbeca3c76932982b Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Mon, 8 Nov 2010 09:41:02 -0800 Subject: [PATCH] Change margins and font size for preference_child style. Missed in previous checkin. --- core/res/res/layout/preference_child.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/core/res/res/layout/preference_child.xml b/core/res/res/layout/preference_child.xml index 8975ed60349e7..d6f11824c48f5 100644 --- a/core/res/res/layout/preference_child.xml +++ b/core/res/res/layout/preference_child.xml @@ -21,21 +21,25 @@ android:minHeight="?android:attr/listPreferredItemHeight" android:gravity="center_vertical" android:paddingRight="?android:attr/scrollbarSize"> - + + + - + @@ -45,11 +49,11 @@ android:layout_below="@android:id/title" android:layout_alignLeft="@android:id/title" android:textAppearance="?android:attr/textAppearanceSmall" - android:maxLines="2" - android:textColor="?android:attr/textColorSecondary" /> + android:textColor="?android:attr/textColorSecondary" + android:maxLines="4" /> - +