Rather than removing everything and changing the layout params to make it full screen, why not just create a second activity that is designed to display the fullscreen image?
Then when the user clicks the image you don't have to remove any images from the layout... you can just fire off an intent to view the image. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 11, 2011 at 5:47 AM, leela kissnaa <[email protected]>wrote: > topLayout.removeAllViews(); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

