SwipeToDismiss works only on Buttons?

2019-08-31 01:28发布

问题:

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 :)