SwipeActionView
SwipeActionView copied to clipboard
Android swipe-able view, which allows users to perform actions with swipe gestures.
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
Is this possible ? When scrolling down, views are moved to their original position
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...
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...