Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9a43467 authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Only show single line title on list preference

Test: Built apk and see the single line title.
Fix: 185324275
Change-Id: I2bc3767fcae6e9efd689c1638e5d105676454a25
parent 1073196a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ public class CustomListPreference extends ListPreference {

    public CustomListPreference(Context context, AttributeSet attrs) {
        super(context, attrs);
        setSingleLineTitle(true);
    }

    public CustomListPreference(Context context, AttributeSet attrs, int defStyleAttr,