ColorPickerPreference icon indicating copy to clipboard operation
ColorPickerPreference copied to clipboard

🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.

Results 6 ColorPickerPreference issues
Sort by recently updated
recently updated
newest added

**Please complete the following information:** - Library Version 2.0.6 - Affected Device(s) OnePlus 9RT Android 12 **Describe the Bug:** ``` preferenceScreen = preferenceManager.createPreferenceScreen(requireActivity()).apply { addPreference( ColorPickerPreference(requireActivity()).apply { setTitle("ColorPicker") setSummary("summer") key...

The documentation is missing a default value (app:default_color), so users may not know how to specify one. Example: ``` ``` On a side note, preferences usually use `app:defaultValue` to specify...

Library version: - 2.0.5 - 2.0.4 - 2.0.3 Devices: - Pixel 4 - Pixel 4a - Pixel 3 - Basically every phone tested, the bug is not phone-dependant Setting a...

**Please complete the following information:** - Library Version [e.g. v2.0.5] - Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0] **Describe the Bug:** Using in preferences include debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3' 1...

I have a settings activity with the various xml files one is a colour xml preference page with multiple

**Please complete the following information:** - Library Version 2.0.6 - Affected Device(s) All, inc emulator. **Describe the Bug:** The example app (and my app), the custom flag inverts when close...