File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .pranavpandey .android .dynamic .support .graphic ;
17
+ package com .pranavpandey .android .dynamic .support .graphics ;
18
18
19
19
import android .graphics .Paint ;
20
20
Original file line number Diff line number Diff line change 46
46
import com .pranavpandey .android .dynamic .support .Defaults ;
47
47
import com .pranavpandey .android .dynamic .support .Dynamic ;
48
48
import com .pranavpandey .android .dynamic .support .R ;
49
- import com .pranavpandey .android .dynamic .support .graphic .DynamicPaint ;
49
+ import com .pranavpandey .android .dynamic .support .graphics .DynamicPaint ;
50
50
import com .pranavpandey .android .dynamic .support .theme .DynamicTheme ;
51
51
import com .pranavpandey .android .dynamic .support .util .DynamicPickerUtils ;
52
52
import com .pranavpandey .android .dynamic .support .util .DynamicResourceUtils ;
Original file line number Diff line number Diff line change 43
43
import com .google .android .material .color .DynamicColors ;
44
44
import com .pranavpandey .android .dynamic .preferences .DynamicPreferences ;
45
45
import com .pranavpandey .android .dynamic .support .Defaults ;
46
- import com .pranavpandey .android .dynamic .support .graphic .DynamicPaint ;
46
+ import com .pranavpandey .android .dynamic .support .graphics .DynamicPaint ;
47
47
import com .pranavpandey .android .dynamic .support .picker .color .DynamicColorPicker ;
48
48
import com .pranavpandey .android .dynamic .theme .Theme ;
49
49
import com .pranavpandey .android .dynamic .util .DynamicFileUtils ;
You can’t perform that action at this time.
0 commit comments