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 lidyp...@yahoo.com 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.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 
them to the bottom right instead of the bottom middle.

On Monday, September 12, 2011 9:15:52 AM UTC-4, TreKing wrote:

 On Mon, Sep 12, 2011 at 5:36 AM, Lidia lidy...@yahoo.com 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.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago 
 transit tracking app for Android-powered devices



-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en