Re: [android-developers] Re: View Group onclick event not firing

2012-11-30 Thread Mobile Developer
Hi All, Parent layout holds the ontouch event so it didnt allow click events to its child. Do we have any work around to make touch event for parent to drag the layout and click event to child items. Thanks On Wednesday, November 7, 2012 10:54:28 PM UTC+5:30, Mobile Developer wrote: Hi All

Re: [android-developers] Re: View Group onclick event not firing

2012-11-07 Thread Mobile Developer
the viewgroup. Thanks in advance On Wednesday, November 7, 2012 1:25:01 PM UTC+5:30, Mobile Developer wrote: Hi Bob Thanks for your reply. I need to use both touch and click events. if i return false from dispatchTouchEvent then i cant able to use touch events. I dont know how to add click events