SwipeActionView icon indicating copy to clipboard operation
SwipeActionView copied to clipboard

Android swipe-able view, which allows users to perform actions with swipe gestures.

Results 7 SwipeActionView issues
Sort by recently updated
recently updated
newest added

Background widget TextView/Layout clicklistener not working .. when we swipe left to right show background view but unable to click on it.

Hi SwipeActionView is not allowing child views to trigger Click Event untill thy tap it for twice.. this issue is not in all devices it only occur in Samsung Android...

some times need init the view in swiped position without need for animation same for animateToOriginalPosition

enhancement
help wanted

Is this possible ? When scrolling down, views are moved to their original position

enhancement

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

bug

If the container View needs to be transparent and the background cannot be set, the Action View will be displayed. How to solve this problem? For example, if the Activity...