ColorPicker
ColorPicker copied to clipboard
Use DialogFragment instead of Popupwindow would be better.
Popupwindow has so many little bugs like EditText longpress doesn't work.
The dialogfragment is the recommended way to deal with popup in recent android iteration.
I modified the ui a little bit.