I can't set the Layout weight. I'm doing it all in Java code and if I set the weight directly I get a null exception. If I create new LayoutParams I get a class cast exception. I've tried LinearLayout.LayoutParams, FrameLayout.LayoutParams, etc and I get the exception. I did try to set the height manually to see what happens. If I set it to something like 300 instead of fill_parent it does display a larger control, however, it no longer scrolls.
-- 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

