On Wed, May 2, 2012 at 10:52 AM, Schurl <[email protected]> wrote: > I'll try to break down my problem to a simple example. I tried to draw > a circle which stays exactly in the middle of the view.
Step #1: Put the MapView in RelativeLayout Step #2: Put an ImageView as a later child in the RelativeLayout, set to an icon that is your circle Step #3: Set android:centerInParent="true" on the ImageView in the layout, to center it within the MapView -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

