Skip to content

Commit 972d12a

Browse files
Justin HoAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE Revert "Increase line limit for summary text"" into ics-mr1
2 parents 2a0d685 + e36f86b commit 972d12a

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="10" />
63+
android:maxLines="4" />
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="10" />
66+
android:maxLines="4" />
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="10" />
64+
android:maxLines="2" />
6565

6666
</RelativeLayout>
6767

0 commit comments

Comments
 (0)