I have problems with my layout being inflated after the screen rotation. I impelemnted android:configChanges in the manifest and onConfigurationChanged() in my Activity. I call setContentView with either vertical layout or horizontal layout. Both layouts have imageview with wrap_content height and width and image set at runtime.
The problem is after rotation and layout change this image view is not inflated after I set an image. It is inflated the first time the activity is created. -- 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

