1

I have some small graphs on display over mapactivity. And when one of these graphs are clicked want to show up detailed graph with transparency over the google map. So I have class "myCusomGraphView extends View{...}" and I want to display it over MapActivity when it needed.

alkonyah
  • 11
  • 1

1 Answers1

0

Look into using PopupWindow. Or if you don't want that, use AlertDialog

nammer
  • 173
  • 6