hsv-alpha-color-picker-android
hsv-alpha-color-picker-android copied to clipboard
A color picker and a color preference for use in Android applications.
Hey this is a great library and I'm using it in production and I'm noticing very infrequent crashes on some specific devices. It seems it is not able to find...
Hi, I just realized some colors (yellow and green shades) don't display properly when the device is on dark mode. I was going crazy with this, running my project on...
Hi, Is there any way to turn of/use a function which will enable the use of Enter key on the keyboard to confirm HEX colour change? As when the user...
Dear Mr. martin-stone I found your library mentioned in https://ourcodeworld.com/articles/read/932/top-10-best-android-color-picker-libraries. I was playing with it and I did a modification of the demo app to be capable of being call...
Using colorpicker 2.4.2 with Android 7 device. ``` ``` Pressing the **Default** button in the colorpicker dialog box leads to showing 888888 as selected color and the thumbnail on the...
Could we possibly have a more material like preview for the preference? I hate the square design and feel a circle design would be more attractive.
Is it possible to resize the color picker thumbnail in the setting page? for instance, make it the same size as the checkbox or make it a small circle. thanks
We're using a couple of ColorPreference in a PreferenceFragment, the XMLfor the fragment is as follows; ``` xml ``` When changing the text_color preference, the onPreferenceChange listener is fired, however,...