ColorPickerDialog icon indicating copy to clipboard operation
ColorPickerDialog copied to clipboard

A simple dialog making it quick and easy to add color picking functionality to any app.

Results 5 ColorPickerDialog issues
Sort by recently updated
recently updated
newest added

_Nooooo_ idea what causes this, both were reported from a mysterious Acer device running Android 4.4 so it may be device specific, or... maaayyybe not. Who knows.

bug

The circular `SelectableColorView`s have aliasing problems, mainly because they extend and clip the normal `ColorView` rather than drawing a circle themselves. There are a few different ways to alias clips...

bug

Hopefully using a `dimen` resource

enhancement

How to use in Jetpack Compose please help me