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?
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?
Got the Solution :)
It works for all views required they should have an onClickListener implemented. Buttons tend to have that by default :)