Tagged Questions

0
votes
3answers
2k views

How to control trackball behaviour in Android Views?

I have a FrameLayout view which contains one (MapView-like) control and some additional buttons overlaying it. (the layout xml is below). I want to allow the user to pan/scroll the main view using ...