Merge "Only show single line title on list preference" into sc-dev am: 82bf85944f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14233626 Change-Id: Ia8e23f8eefdcedb51402b3ca7a16961b44948348
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user