|
4 | 4 | Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | you may not use this file except in compliance with the License.
|
6 | 6 | You may obtain a copy of the License at
|
7 |
| - |
| 7 | +
|
8 | 8 | http://www.apache.org/licenses/LICENSE-2.0
|
9 |
| - |
| 9 | +
|
10 | 10 | Unless required by applicable law or agreed to in writing, software
|
11 | 11 | distributed under the License is distributed on an "AS IS" BASIS,
|
12 | 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
22 | 22 | android:paddingLeft="5dp"
|
23 | 23 | android:paddingRight="5dp">
|
24 | 24 |
|
25 |
| - <com.c0br4.preference.colorpicker.ColorPickerView |
| 25 | + <net.margaritov.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 |
| - <com.c0br4.preference.colorpicker.ColorPickerPanelView |
| 60 | + <net.margaritov.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 |
| - <com.c0br4.preference.colorpicker.ColorPickerPanelView |
| 75 | + <net.margaritov.preference.colorpicker.ColorPickerPanelView |
76 | 76 | android:id="@+id/new_color_panel"
|
77 | 77 | android:layout_width="fill_parent"
|
78 | 78 | android:layout_height="40dp"
|
|
0 commit comments