Tunous / SwipeActionView

Android swipe-able view, which allows users to perform actions with swipe gestures.
Apache License 2.0
198 stars 17 forks source link

Allow child views to intercept touch events #23

Open Tunous opened 4 years ago

Tunous commented 4 years ago

This pull request fixes the behavior of touch interception by allowing any child views of SwipeActionView to intercept touch events and perform own actions. By doing so it is now possible to scroll inside of horizontally scrolling views that are added as children of SwipeActionView.

C8qM9Yxeib

Closes #22