From e36f86bce169366bd07c88c71e2e6acbe4376473 Mon Sep 17 00:00:00 2001 From: Justin Ho Date: Sat, 17 Mar 2012 17:09:35 -0700 Subject: DO NOT MERGE Revert "Increase line limit for summary text" This reverts commit 90e3bcae6771df767c3377ca3bd6c08d99062ca3 --- core/res/res/layout/preference_child_holo.xml | 2 +- core/res/res/layout/preference_holo.xml | 2 +- core/res/res/layout/preference_information_holo.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/res') diff --git a/core/res/res/layout/preference_child_holo.xml b/core/res/res/layout/preference_child_holo.xml index 4167862..3c6a12e 100644 --- a/core/res/res/layout/preference_child_holo.xml +++ b/core/res/res/layout/preference_child_holo.xml @@ -60,7 +60,7 @@ android:layout_alignLeft="@android:id/title" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorSecondary" - android:maxLines="10" /> + android:maxLines="4" /> diff --git a/core/res/res/layout/preference_holo.xml b/core/res/res/layout/preference_holo.xml index e574219..48f483d 100644 --- a/core/res/res/layout/preference_holo.xml +++ b/core/res/res/layout/preference_holo.xml @@ -63,7 +63,7 @@ android:layout_alignLeft="@android:id/title" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorSecondary" - android:maxLines="10" /> + android:maxLines="4" /> diff --git a/core/res/res/layout/preference_information_holo.xml b/core/res/res/layout/preference_information_holo.xml index 5e03cfb..e29ed03 100644 --- a/core/res/res/layout/preference_information_holo.xml +++ b/core/res/res/layout/preference_information_holo.xml @@ -61,7 +61,7 @@ android:layout_alignLeft="@android:id/title" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorSecondary" - android:maxLines="10" /> + android:maxLines="2" /> -- cgit v1.1