summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Amith Yamasani <yamasani@google.com> 2012-03-16 14:17:05 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2012-03-16 14:17:05 -0700
commit65e4b90d6cc3673e70b6b94fa1566e31eb44ffc7 (patch)
tree962ac4b72db144e05a400e682c40e32b98b5e924
parentf518e0e82be346d3ee424dd865c1af60a9ed96e4 (diff)
parent31f7ef2436ca7cbe754f33d536593f9640a31fb0 (diff)
am 31f7ef24: am 90e3bcae: Increase line limit for summary text
* commit '31f7ef2436ca7cbe754f33d536593f9640a31fb0': Increase line limit for summary text
-rw-r--r--core/res/res/layout/preference_child_holo.xml2
-rw-r--r--core/res/res/layout/preference_holo.xml2
-rw-r--r--core/res/res/layout/preference_information_holo.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/layout/preference_child_holo.xml b/core/res/res/layout/preference_child_holo.xml
index 3c6a12edc391..41678628be16 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="4" />
+ android:maxLines="10" />
</RelativeLayout>
diff --git a/core/res/res/layout/preference_holo.xml b/core/res/res/layout/preference_holo.xml
index 48f483df9e72..e57421995bd8 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="4" />
+ android:maxLines="10" />
</RelativeLayout>
diff --git a/core/res/res/layout/preference_information_holo.xml b/core/res/res/layout/preference_information_holo.xml
index e29ed03913c4..5e03cfb7c214 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="2" />
+ android:maxLines="10" />
</RelativeLayout>