Excellent thank you. On Jul 5, 3:04 pm, skink <[email protected]> wrote: > On Jul 5, 3:14 pm, samspade79 <[email protected]> wrote: > > > Hi all. > > > I have a ListView created programmatically and each view is a > > TableLayout. > > > I am trying to get the Tables to expand to 100% of the list view, but > > it does not matter what type of layout params I set on the TableLayout > > I get a ClassCastException every time. Ie, I've tried > > TableLayout.LayoutParams, LinearLayout.LayoutParams, > > FrameLayout.LayoutParams, etc, all of them. > > not all of them: you didn't try AbsListView.LayoutParams > > pskink
-- 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

