Friday, February 14, 2014

android ExpandableListView how to set the row height


As the title ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ solving ah ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
Set the minimum height
Reply:
AbsListView.LayoutParams lp = new AbsListView.LayoutParams (
ViewGroup.LayoutParams.FILL_PARENT, 50);
view.setLayoutParams (lp);

No comments:

Post a Comment