Is there a callback that gets a call when everything in the current Activity got rendered?
Because I need to know the exact sizes of some of my ViewGroups (their width/height are set using layout_weight in the layout xml), so I know how many elements fit inside them without scrolling. But I can only measure them after onResume. Is there a way to do this without some hack? -- 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

