summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2012-03-16 13:13:50 -0700
committerAmith Yamasani <yamasani@google.com>2012-03-16 13:13:50 -0700
commit90e3bcae6771df767c3377ca3bd6c08d99062ca3 (patch)
tree3e4551d4bdfe51dbddca153f443ae5f019d7720c /core/res
parent2b056c6e6759d63045c22556c5418a08fcb3f80c (diff)
downloadframeworks_base-90e3bcae6771df767c3377ca3bd6c08d99062ca3.zip
frameworks_base-90e3bcae6771df767c3377ca3bd6c08d99062ca3.tar.gz
frameworks_base-90e3bcae6771df767c3377ca3bd6c08d99062ca3.tar.bz2
Increase line limit for summary text
Doing this to accomodate some really long warning text in a checkbox widget. Needs 5 lines for English. Probably a lot more for German, etc., so increasing it to 10 lines. Please don't abuse that. 4 lines is still a reasonable max. Change-Id: Ife5858f2165cb2bc046ce606f29d31010d26ecc2
Diffstat (limited to 'core/res')
-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 3c6a12e..4167862 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 48f483d..e574219 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 e29ed03..5e03cfb 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>