[android-developers] How to move map's zoome at the top right of the screen ?

2011-09-12 Thread Lidia
Hello , please help me if anyone knows. mapView.setBuiltInZoomControls(true); sets automatically the zoom panel at the bottom of the screen, How can i move it at the top of the screen? for 2.2 and bigger versions Thanks in advance. Lidia -- You received this message because you are subscribed

Re: [android-developers] How to move map's zoome at the top right of the screen ?

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 5:36 AM, Lidia wrote: > mapView.setBuiltInZoomControls(true); sets automatically the zoom > panel at the bottom of the screen, > > How can i move it at the top of the screen? for 2.2 and bigger > versions > Set built in controls to false and handle your own controls. ---

Re: [android-developers] How to move map's zoome at the top right of the screen ?

2011-09-12 Thread Adam Ratana
And before you do this, think carefully about whether it is truly necessary to break the standard user experience pattern/expectations with maps implementations, where the zoom controls are where they are. Of course the new google maps app itself, has made smaller the zoom controls and aligned