I want to place items in a table and give them maximum space. When the onMeasure(int width, int height) gets called, the size is not yet set in the containing table. By the time the Activity's onWindowFocusChanged(boolean hasFocus) is called, the items are already assigned a size of 0 by 0. What is the best approach to assign all available space to the items? To reassign the measure and redraw all items in onWindowFocusChanged, or to determine the available space in a different manner?
Please help me out, this has bugged me for some time now, and Google has not been a friend here... -- 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

