chroma
chroma copied to clipboard
Material color picker view for Android in Kotlin.
Color picker does not support apps build with Androidx dependencies since it is looking for `android.support.v4.app.DialogFragment` for everything
I adjust but can't use call back integer value. and I find convert method in another source. if(showAlpha) { return String.format("#%08X", color); } else { return String.format("#%06X", 0xFFFFFF & color);...
Currently, there is no way to set the text for buttons in the bottom bar of the dialog. I would like to use that feature in order to translate their...