lurbas / ListItemView

Implementation of List Item from Material Design
Apache License 2.0
570 stars 65 forks source link

how to access that color picker, independent of other views? #11

Closed jitendrapurohit12 closed 7 years ago

jitendrapurohit12 commented 7 years ago

I want to that color picker to set color of some views of my app. this color picker looks a perfect color picker i have ever seen.can you please tell how can i use that?

passsy commented 7 years ago

The sample uses this library as color picker. https://github.com/jrummyapps/colorpicker

compile 'com.jrummyapps:colorpicker:2.1.6'

lurbas commented 7 years ago

Closing