I have a gallery and I am trying to expand an image that the user selects. Currently what I have is a new xml layout with the ImageView (and will eventually have a close and maximize button. I add the view using an inflater and addContentView() but when I reload the old layout using setContentView I can't edit any of the views and they all go back to their default value.
Best case scenario for the scenario would be for the user to click the picture and have it launch the new layout with the ImageView and buttons on top of the layout behind it but when exited the layout returns to normal.
So I guess the question is, how would you do this? I have a very basic understanding of layout inflating and this might be a little more advanced.
