[android-developers] Re: buttons on mapview overlay

2009-08-28 Thread Tony Wong
Thanks for your reply Zsolt, but the elements in your example don't appear to scroll with the map. The behaviour I want is seen in Google Maps, when the user scrolls around the map, the next and previous buttons are anchored to a specific OverlayItem. To state in another way, I want to have

[android-developers] Re: buttons on mapview overlay

2009-08-27 Thread Zod
Hi! The easiest way to put buttons on your map is to use a RelativeLayout. Put the MapView into it and after that you can put there other layout objects too. In the RelativeLayout the view you put after the map view can be over it, so you can draw anything over the map this way, and you don't