diff options
| author | 2010-04-05 17:16:00 -0700 | |
|---|---|---|
| committer | 2010-04-05 17:16:00 -0700 | |
| commit | a6cce790b24debae49f1df9f039e83e3e29e5cd1 (patch) | |
| tree | 58d174745892b02f03571d396b1adf76092b9926 | |
| parent | bcbb7b2765e47c52b6b84f01ac7e7c56f740e2a1 (diff) | |
| parent | fdceefd8a220a49192755c2a32e129915fb359e1 (diff) | |
Merge "Fix 2325549: Allow up to 4 lines of summary text in Settings" into froyo
| -rw-r--r-- | core/res/res/layout/preference.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/preference.xml b/core/res/res/layout/preference.xml index e1fa230cf0c9..9bd6f1b9f7e2 100644 --- a/core/res/res/layout/preference.xml +++ b/core/res/res/layout/preference.xml @@ -47,7 +47,7 @@ android:layout_below="@android:id/title" android:layout_alignLeft="@android:id/title" android:textAppearance="?android:attr/textAppearanceSmall" - android:maxLines="2" /> + android:maxLines="4" /> </RelativeLayout> |