File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ColorPickerPreference/src/main/res Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
android : paddingLeft =" 5dp"
23
23
android : paddingRight =" 5dp" >
24
24
25
- <net .margaritov .preference.colorpicker.ColorPickerView
25
+ <com .c0br4 .preference.colorpicker.ColorPickerView
26
26
android : id =" @+id/color_picker_view"
27
27
android : layout_width =" wrap_content"
28
28
android : layout_height =" wrap_content"
57
57
android : text =" @string/press_color_to_apply"
58
58
android : textAppearance =" ?android:attr/textAppearanceSmall" />
59
59
60
- <net .margaritov .preference.colorpicker.ColorPickerPanelView
60
+ <com .c0br4 .preference.colorpicker.ColorPickerPanelView
61
61
android : id =" @+id/old_color_panel"
62
62
android : layout_width =" fill_parent"
63
63
android : layout_height =" 40dp"
72
72
android : text =" ↓"
73
73
android : textSize =" 20sp" />
74
74
75
- <net .margaritov .preference.colorpicker.ColorPickerPanelView
75
+ <com .c0br4 .preference.colorpicker.ColorPickerPanelView
76
76
android : id =" @+id/new_color_panel"
77
77
android : layout_width =" fill_parent"
78
78
android : layout_height =" 40dp"
Original file line number Diff line number Diff line change 22
22
android : paddingLeft =" 5dp"
23
23
android : paddingRight =" 5dp" >
24
24
25
- <net .margaritov .preference.colorpicker.ColorPickerView
25
+ <com .c0br4 .preference.colorpicker.ColorPickerView
26
26
android : id =" @+id/color_picker_view"
27
27
android : layout_width =" wrap_content"
28
28
android : layout_height =" wrap_content"
63
63
android : layout_marginBottom =" 10dp"
64
64
android : orientation =" horizontal" >
65
65
66
- <net .margaritov .preference.colorpicker.ColorPickerPanelView
66
+ <com .c0br4 .preference.colorpicker.ColorPickerPanelView
67
67
android : id =" @+id/old_color_panel"
68
68
android : layout_width =" 0px"
69
69
android : layout_height =" fill_parent"
78
78
android : text =" →"
79
79
android : textSize =" 20sp" />
80
80
81
- <net .margaritov .preference.colorpicker.ColorPickerPanelView
81
+ <com .c0br4 .preference.colorpicker.ColorPickerPanelView
82
82
android : id =" @+id/new_color_panel"
83
83
android : layout_width =" 0px"
84
84
android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments