martin-stone / hsv-alpha-color-picker-android

A color picker and a color preference for use in Android applications.
Apache License 2.0
290 stars 60 forks source link

Broken layout on small screen #11

Closed ckhmer1 closed 8 years ago

ckhmer1 commented 8 years ago

Hi, thanks for the beautifull color picker preference. Unfortunately it is not working well for small screen. See the attached screenshot from the Color Picker Demo. The ValueView is shown partially and the AlphaView and the EditText are not shown at all. device-2015-09-26-103505

martin-stone commented 8 years ago

Yes, that's not ideal. I'll look into it.

martin-stone commented 8 years ago

I've pushed a fix for this to the repo, but not yet released it on jcenter. If you're building from source getting the latest should fix it.

martin-stone commented 8 years ago

Update: The fix is now available on JCenter in version 1.4.0. Thanks for reporting the bug.