HoloColorPicker
HoloColorPicker copied to clipboard
Fix OpacityBar(ValueBara etc) touch handle bug
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 move event in some phone), OpacityBar(ValueBara etc)'s color is change, but relative ColorPicker not change color.
This pr for fix this bug.
BTW, I upgrade build tools chain and fix type in setting.gradle.
app:bar_length="140dp" app:bar_pointer_halo_radius="14dp" app:bar_pointer_radius="10dp" app:bar_thickness="8dp"
app:bar_length="140dp" app:bar_pointer_halo_radius="14dp" app:bar_pointer_radius="10dp" app:bar_thickness="8dp"
I can not understand what is your problem. Is it relative to this pr?
Sorry, I did not want it, I just wanted to configure my screen
El mar., 15 de ene. de 2019 8:58 PM, chrnie [email protected] escribió:
app:bar_length="140dp" app:bar_pointer_halo_radius="14dp" app:bar_pointer_radius="10dp" app:bar_thickness="8dp"
I can not understand what is your problem. Is it relative to this pr?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LarsWerkman/HoloColorPicker/pull/92#issuecomment-454652147, or mute the thread https://github.com/notifications/unsubscribe-auth/AsifAUwt7B7JIOTc0fNfo-j4sHadSSFKks5vDrFfgaJpZM4Z-TAp .
Any news on this? Having the same issue with all bars.
Any news on this? Having the same issue with all bars.
The author has miss reply for a long time, I suggest you clone my fixed branch and import library by source code.