I am using this https://github.com/jgilfelt/android-mapviewballoons#readme project such that when a user clicks on a hotspot on the map a balloon with its info is inflated, my task is to add a button to that balloon so that when a user clicks on the button, an image of this hotspot will appear taking all the screen and it will have a button to close the image and go back to the old view.
I figured out how to add a button to the balloon, but the problem is I cant make its onclick action to change the layout to a new one with only an ImageView...what I could get was only the inflated balloon and next to it a small image which is not what I want
I would really appreciate any help thanks