Reputation: 3608
I need to implement maps in a pop up window like this
So far i've done following :
Since maps can be created only in MapActivity, i applied Android Dialog theme to make
the activity appear like a dialog.
But still i'm not able to position the activity correctly under the button. Also, how can i have a callout like structure?
Upvotes: 2
Views: 90
Reputation: 309
use RelativeView. It will allow you to define size and make the position relative to right and upper border. you can also add paddings for the space in between.
Upvotes: 1