• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

修订版90e3bcae6771df767c3377ca3bd6c08d99062ca3 (tree)
时间2012-03-17 05:13:50
作者Amith Yamasani <yamasani@goog...>
CommiterAmith Yamasani

Log Message

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

更改概述

差异

--- a/core/res/res/layout/preference_child_holo.xml
+++ b/core/res/res/layout/preference_child_holo.xml
@@ -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
--- a/core/res/res/layout/preference_holo.xml
+++ b/core/res/res/layout/preference_holo.xml
@@ -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
--- a/core/res/res/layout/preference_information_holo.xml
+++ b/core/res/res/layout/preference_information_holo.xml
@@ -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