Merge "Only show single line title on list preference" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
82bf85944f
@@ -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