问题
I am Using SwipeDismissTouchListener in my Code but it seams to work only for buttons , not for TextView, RelativeLayout etc.
How to use it for other View Types?
回答1:
Got the Solution :)
It works for all views required they should have an onClickListener implemented. Buttons tend to have that by default :)
来源:https://stackoverflow.com/questions/20897288/swipetodismiss-works-only-on-buttons