mathew-kurian/TextJustify-Android

DocumentViews in LinearLayout and EventListeners

Edonfreiner opened this issue · 0 comments

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