ColorSlider icon indicating copy to clipboard operation
ColorSlider copied to clipboard

Simple color picker library for Android

Results 3 ColorSlider issues
Sort by recently updated
recently updated
newest added

I use custom color selection picker alongside ColorSlider and after I select a color outside the predefined set, selection on the UI is active on one of the colors. ![2022-07-04...

in ColorSlider.OnColorSelectedListener should not be necessary to override invoke(int ,int) method, especially with arguments. with a simple fix, you could not use the following workaround ![image](https://user-images.githubusercontent.com/36624359/133232934-4902e0d3-e997-4754-a2a9-87145ef08099.png)

- Will allow for the user to set their own touch listener with its own behaviour, while also maintaining the original functionality and not just overriding the original touch listener