diff options
-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 e1fa230..9bd6f1b 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> |