In my app main activity I have a View which starts with height 0, embedded in a FrameLayout > LinearLayout > ScrollView. I set the height programmatically with setLayoutParams() when I get the knowledge of its width.
Before upgrading to ICS everything worked fine, now if a dialog is shown on top of the activity main window, all the relayout requests I try to issue are not considered at all. I need to do a requestLayout() *after* the dialog has been dismissed to have the view to correctly size itself. From this point on everything works again. Is it a known bug of ICS? There is any workaround? Thanks for your help. -- 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

