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

Alpha and Color scroller do not work in a ViewPager #6

Closed MFlisar closed 9 years ago

MFlisar commented 9 years ago

In a ViewPager, I can't use the color picker view, as it does not correctly consume the touch events and the pager underneath catches the touches and starts scrolling.

The main view is handling the touches correctly and consumes them completely.

martin-stone commented 9 years ago

Fixed in 1.3

MFlisar commented 9 years ago

works, thanks