Marta
Marta
@amzer We have forked the project and added styling option, you can find it here: https://github.com/PolideaInternal/ColorPicker
@Abish-R When creating your ColorPickerDialog use setDialogStyle method, for example: val colorPicker = ColorPickerDialog.newBuilder() .setDialogType(ColorPickerDialog.TYPE_CUSTOM) .setAllowPresets(false) .setColor(color) .setDialogStyle(R.style.ColorPickerDialogStyle) // your own style .create()
@Abish-R It's not yet merged, so you can't do it using the library. You can use our own release on jitpack: https://jitpack.io/#PolideaInternal/ColorPicker
@hristorv We have forked the project and added styling option, you can find it here: https://github.com/PolideaInternal/ColorPicker
Thanks for the idea! 💪
@potiuk @gkapusta Please review and accept the branch
@potiuk @gkapusta New adapter using Picasso is added; activity is cleaned up and doesn't contain any mess anymore. ReflectingImageAdapter usage is commented - it should be rewritten to use Picasso...