android - TextView consumes onTouchEvent -
for custom layout, need monitor touchevents using onintercepttouchevent method of viewgroup. have following layout inside viewgroup.
<relativelayout ... ... ... <textview> ... <imageview> ... <webview> ... ... relativelayout> i facing problem monitoring events when touch on textview. seems textview consuming event. see first motionevent.action_down event in onintercepttouchevent method, subsequent motionevent.action_move & motionevent.action_up not received.
textview showing static text content. @ play here , there way ensure textview not consume touch event ?
Comments
Post a Comment