TextView Within Gallery

Viewed 1266

i have scrollable TextView and Gallery when i enable the onTouchEvent() for the TextView, i cant navigate throught the Gallery and if i disable the onTouchEvent(), i can scroll right and left throught the Gallery but can't scroll up down into TextView.

i've tried to do tricks, like send the same MotionEvent() to both Gallery And TextView .. any ideas how to solve it?

7 Answers
Related