Currently I have a MapView and an Itemized overlay which displays
different locations on the map.

When one of these locations is "tapped" the onTap method creates a new
Overlay object which draws an empty speech bubble (the type you would
find normally on google maps).

What I want to do is then populate this empty speech bubble with some
buttons but I am unsure how to do the following:

1) Get a reference to a button from an xml file in the Overlay class
( can't use findViewById() as it isn't an Activity? ).

2) Pin a button so it stays with the speech bubble.

Would it be best to create a new layout which contains buttons and
place this over the speech bubble? Is that even possible?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to