[android-developers] Re: Disappearing Zoom Controls

2008-10-20 Thread David C
Thanks for the response Mark. I hadn't made the map clickable so had no way to return the controls. Fixing that solved the problem. It still seems a bit odd that the behaviour is neither configurable nor documented. Oh well - I suppose I could always design my own controls if needed. Thanks aga

[android-developers] Re: Disappearing Zoom Controls

2008-10-20 Thread Mark Murphy
David C wrote: > I have added ZoomControls to a MapView using addView(). When my > activity loads the controls appear briefly but then disappear, never > to be seen again. There only seems to be one discussion on this group > but it didn't explicitly address this issue. > > Can anyone explain why