Color picker pref: allow tap also on the text to show the picker
other prefs like SwitchPref work this way Signed-off-by: xyyx <xyyx@mail.ru>
This commit is contained in:
@@ -100,6 +100,13 @@ public class ColorPickerPreference extends Preference implements
|
||||
mView = view;
|
||||
super.onBindViewHolder(view);
|
||||
|
||||
view.itemView.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
showDialog(null);
|
||||
}
|
||||
});
|
||||
|
||||
widgetFrameView = ((LinearLayout) view
|
||||
.findViewById(android.R.id.widget_frame));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user