Skip to content

Commit 90e3bca

Browse files
author
Amith Yamasani
committed
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
1 parent 2b056c6 commit 90e3bca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/res/res/layout/preference_child_holo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
android:layout_alignLeft="@android:id/title"
6161
android:textAppearance="?android:attr/textAppearanceSmall"
6262
android:textColor="?android:attr/textColorSecondary"
63-
android:maxLines="4" />
63+
android:maxLines="10" />
6464

6565
</RelativeLayout>
6666

core/res/res/layout/preference_holo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
android:layout_alignLeft="@android:id/title"
6464
android:textAppearance="?android:attr/textAppearanceSmall"
6565
android:textColor="?android:attr/textColorSecondary"
66-
android:maxLines="4" />
66+
android:maxLines="10" />
6767

6868
</RelativeLayout>
6969

core/res/res/layout/preference_information_holo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
android:layout_alignLeft="@android:id/title"
6262
android:textAppearance="?android:attr/textAppearanceSmall"
6363
android:textColor="?android:attr/textColorSecondary"
64-
android:maxLines="2" />
64+
android:maxLines="10" />
6565

6666
</RelativeLayout>
6767

0 commit comments

Comments
 (0)