HoloColorPicker icon indicating copy to clipboard operation
HoloColorPicker copied to clipboard

An Android Holo themed colorpicker designed by Marie Schweiz

Results 30 HoloColorPicker issues
Sort by recently updated
recently updated
newest added

Hello and thank you for this wonderful library. But, I want to ask you to make it focusable for using for example from DPAD navigation as for TV (KeyListener). Is...

Thank for your library. I use your library in my app and found the touch event handle has bug. When user click screen, touch event flow is down -> up(without...

If someone still have interests to this project you can take a look to my "not exactly fork". I just take [sikaiser fork](https://github.com/sikaiser/HoloColorPicker), fixed a couple of bugs and adapted...

Nice to meet you. I am a Japanese Developer and I prefer your library. I am always grateful for your help. The way to write your README was a bit...

Creating an App using 2 Holopickers, i accidentally stumbled upon some resizers for the picker (in another issue about the SVBar) Being : app:color_center_halo_radius="40dp" app:color_center_radius="30dp" app:color_pointer_halo_radius="22dp" app:color_pointer_radius="16dp" app:color_wheel_radius="70dp" app:color_wheel_thickness="24dp" for...

While playing around with a setup that includes Picker, SaturationBar and ValueBar I noticed that the SaturationBar and ValueBar don't interact properly. There is always a little jump in the...

Migrate to GradleMavenPush https://github.com/Vorlonsoft/GradleMavenPush Reasons: - Old plugin don't have updates for 4 years - Better javadocs generation - Better pom file generation - Smaller gradle.properties - You can easy...

- the bars has halo - bars with rounded corners (and halos) - all halos change color to current (You can also do a halo on the wheel) Thanks for...

When event ACTION_UP is triggered the picker changes the color selected, however it did not do so when the user changes the color using the bars. The code was edited...