android-material-color-picker-dialog
android-material-color-picker-dialog copied to clipboard
A simple, minimalistic and beautiful dialog color picker for Android 4.1+ (Jellybean+) devices
# okeosisi
I use jcenter in gradle just because of this library. It is a really good and easy-to-use color-picking library but I was hoping you guys could move it to maven...
I am looking for a way to use it without a dialog box. Can you guide me a way to add the views inside a linear layout programmatically by "linearLayout.addview()"...
Thank you for the code! It'd be cool if you added support for DialogPreference, because the colour selection would often be from the settings of a program, and it'd be...
error: resource color/hint_foreground_material_light (aka myapp.package:color/hint_foreground_material_light) not found. Message{kind=ERROR, text=error: resource color/hint_foreground_material_light (aka myapp.package:color/hint_foreground_material_light) not found., sources=[C:\Users\Simo\GitHub\android-material-color-picker-dialog\library\src\main\res\layout-land\materialcolorpicker__layout_color_picker.xml:106], original message=, tool name=Optional.of(AAPT)}
`java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.Rect android.graphics.drawable.Drawable.getBounds()' on a null object reference at com.pes.androidmaterialcolorpickerdialog.MaterialColorPickerTextSeekBar.onDraw(MaterialColorPickerTextSeekBar.java:110) at android.view.View.draw(View.java:19225) at android.view.View.updateDisplayListIfDirty(View.java:18175) at android.view.View.draw(View.java:18953) at android.view.ViewGroup.drawChild(ViewGroup.java:4218) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4004) at android.view.View.draw(View.java:19228) at android.view.View.updateDisplayListIfDirty(View.java:18175) at...
I suggest to add a feature to show a predefined list of colors, as in many cases the users do not need one very specific color, but selecting from some...
I noticed that when i change the HEX value in the dialog , the value is not taken. Is that the expected behavior ?