Merge "Fix 2325549: Allow up to 4 lines of summary text in Settings" into froyo
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user