ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

A highly customizable color picker for Android

Results 43 ColorPicker issues
Sort by recently updated
recently updated
newest added

I have fixed issue with a scenario: in XML make `app:cpv_alphaChannelVisible="false"` and in code on button click `colorPickerView.setAlphaSliderVisible(true);` it was not showing alpha slider becasue `onSizeChanged(int w, int h, int...

if i set alpha slider visibility through XML then it works as intended. But when i set it when colorPicker view is shown then it does not work. i am...

When using custom data storage for preferences, ColorPicker overwrites current value with default value. This fixes issue.

What is the replacement for ColorPickerDialogPreference.newInstance(preference.getKey() after android x?

Version: 1.0.5 Samsung Galaxy J2 (j2y18lte), Android 7.1 Report 1 of 1 java.lang.IllegalStateException: at com.jaredrummler.android.colorpicker.ColorPickerDialog.onColorSelected (ColorPickerDialog.java:583) at com.jaredrummler.android.colorpicker.ColorPickerDialog.access$000 (ColorPickerDialog.java:68) at com.jaredrummler.android.colorpicker.ColorPickerDialog$2.onClick (ColorPickerDialog.java:190) at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage (AlertController.java:167) at android.os.Handler.dispatchMessage (Handler.java:102) at android.os.Looper.loop...

calling `.setDefaultValue()` from java side is not working although xml `android:defaultValue=""` is working fine. But when it comes to different themes, calling this method from java code is necessary and...