diff --git a/core/res/res/layout/preference_material.xml b/core/res/res/layout/preference_material.xml index bf0fda94838e9..871b99ca6679b 100644 --- a/core/res/res/layout/preference_material.xml +++ b/core/res/res/layout/preference_material.xml @@ -67,7 +67,8 @@ android:layout_alignStart="@id/title" android:textAppearance="?attr/textAppearanceListItemSecondary" android:textColor="?attr/textColorSecondary" - android:maxLines="10" /> + android:maxLines="10" + android:ellipsize="end" />