duanhong169 / ColorPicker

🎨 A color picker for Android. Pick a color using color wheel and slider (HSV & alpha).
Apache License 2.0
361 stars 82 forks source link

Use DialogFragment instead of Popupwindow would be better. #16

Open hmy65 opened 4 years ago

hmy65 commented 4 years ago

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. 23132