colorpickercollection
colorpickercollection copied to clipboard
Why ColorPickerDialog has minSDK=14? Can I use it with minSDK=8?
@gabrielemariotti can you explain why? I use my own code for similar dialog, but that looks nicer.
To be honest I didn't try it with api<14. It is the only reason.
It should work perfect with android-styled-dialog.
In my app I use it now with L-dialogs:
@anticafe . I managed to run it on SDK 11 . Just copied the whole code in my project and brought down the minSDK from 14 to 11.
@gabrielemariotti . Thanks for the library :)