mathew-kurian / TextJustify-Android

:page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
https://github.com/bluejamesbond/TextJustify-Android/wiki
Apache License 2.0
1.86k stars 370 forks source link

DocumentViews in LinearLayout and EventListeners #143

Open Edonfreiner opened 7 years ago

Edonfreiner commented 7 years ago

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