[android-developers] ZoomButtonsController keeping touch events from custom view
I have a ZoomButtonsController and a custom view. I call
ZoomButtonsController.setVisible(true) from the custom view's
onTouch() on ACTION_DOWN. But as soon as I call
ZoomButtonsController.setVisible(true), the custom view stops
receiving any events via onTouch(). The containing activity's
dispatchTouchEvent() (which just contains the code return
super.dispatchTouchEvent(event);) gets called just fine.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home