LinearLayout and GestureDetector
I'm trying to figure out, if it's possible to use GestureDetector
for LinearLayout
or just 开发者_StackOverflow社区ScrollEvent
?
Any Examples?
Okay, I solved my problem combining Activity
's GestureDetector
and OnTouchListener
for my LinearLayout
.
精彩评论