ColorSeekBar icon indicating copy to clipboard operation
ColorSeekBar copied to clipboard

A color picker seekbar for android.

Results 13 ColorSeekBar issues
Sort by recently updated
recently updated
newest added

Thank you for the smooth library. Can you help me adding vertical mode support.

I tried to add this library in my app but it is not building. Please look into it. Thanks

How to set custom colours for the seek bar

Thank you for this great Library! i want to set color seek bar value programmatically? can you please help me for this.

Hello, First of all I'd like to thank for this library, it's great: simple and beautiful. The main thing it misses right now is the following method: `setColor(color: Int)`, allowing...

Hello did anyone succeed to change to the vertical position of seekbar? I'm trying to do that but unsuccessfully. Thank in advance.

`ColorSeekBar(context: Context, attributeSet: AttributeSet): View(context, attributeSet)` with hard `attributeSet: AttributeSet` means it can only be initialized in xml which is totally not necessary AttributeSet? would've be good enough

After I added your library, I got this bug. ``` error: resource android:attr/dialogCornerRadius not found. Message{kind=ERROR, text=error: resource android:attr/dialogCornerRadius not found., sources=[C:\Users\luiss\.gradle\caches\transforms-1\files-1.1\appcompat-1.0.0-beta01.aar\c50acad9c7755b75bb700a742378cb2b\res\values-v28\values-v28.xml:9:5-12:13], original message=, tool name=Optional.of(AAPT)} ``` I set this...