Skip to content Skip to sidebar Skip to footer

Swipetodismiss Works Only On Buttons?

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?

Solution 1:

Got the Solution :)

It works for all views required they should have an onClickListener implemented. Buttons tend to have that by default :)

Post a Comment for "Swipetodismiss Works Only On Buttons?"