You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2019. It is now read-only.
Hi, I wanted to put a bunch of views in the LinearLayout and have 1 TouchListener on the Layout, but when I do that, the Layout never sees the touch. When I do this with TextViews , it always sees the touches.
How can I make it that the LinearLayout sees the touches as well?
Thanks