Hi, I'd like to create some custom zoom control in the mapview. I don't know where to start.
I temporally did some stuff like this : LinearLayout zoomView = (LinearLayout) mapViewFromXML.getZoomControls(); zoomView.setLayoutParams(new ViewGroup.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT)); zoomView.setGravity(Gravity.CENTER_HORIZONTAL + Gravity.TOP); But I'd like to create my own control with my buttons (to be coherent with my application) or at least to remove the background ot the standard control. Can you please give me some clues or ways of doing. I don't know how to be able to create the same behavior (buttons + and -) Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

