ColorPicker
ColorPicker copied to clipboard
A highly customizable color picker for Android
It seems as if what's on Jitpack is older than what's on the repository, or something. Steps: 1. Run the sample as it is 2. Change device locale to Hebrew...
Some users of my app are reporting that the popup cant be navigated with a tv controller, it would be very much appreciated if you added support for it by...
Would be nice if Gradient options are added. Something like: When preference is clicked, a dialog appears where user is given an option to enable/disable Gradient. If enabled then two...
Hello,Can this problem be fixed? Device: Nexus 5X , System version: 6.0.1 ```java java.lang.NumberFormatException: Invalid int: "te" at java.lang.Integer.invalidInt(Integer.java:138) at java.lang.Integer.parse(Integer.java:410) at java.lang.Integer.parseInt(Integer.java:367) at com.jaredrummler.android.colorpicker.ColorPickerDialog.afterTextChanged(SourceFile:13) at android.widget.TextView.sendAfterTextChanged(TextView.java:8004) at android.widget.TextView.setText(TextView.java:4356) at...
Getting few instances of NumberFormatException reported through Firebase, here's the full stack-trace: ``` Fatal Exception: java.lang.NumberFormatException: Invalid int: "te" at java.lang.Integer.invalidInt(Integer.java:138) at java.lang.Integer.parse(Integer.java:410) at java.lang.Integer.parseInt(Integer.java:367) at com.jrummyapps.android.colorpicker.ColorPickerDialog.parseColorString(ColorPickerDialog.java:378) at com.jrummyapps.android.colorpicker.ColorPickerDialog.afterTextChanged(ColorPickerDialog.java:341) at...
By adding `app:cpv_selectOnClick="true"` to the XML declaration, you can now enable single-tap selection of colours in a preset window. If this is enabled, the "SELECT" dialog button is replaced by...
Hello, there is a null pointer here, please follow up, thank you! 👉👉👉👉【 **com.jaredrummler.android.colorpicker.ColorPickerView.onDraw(SourceFile:20)** 】👈👈👈👈 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Matrix.set(android.graphics.Matrix)' on a null object reference at android.graphics.Shader.copyLocalMatrix(Shader.java:159)...
there is no cancel button and also when I click outside it is not cancelable.