I want to know how to change height of the list view programmatically.
Is it possible to change the child items height for individual list item...?
ViewGroup.LayoutParams params = listView.getLayoutParams();
params.height = whatYouWant;
listView.setLayoutParams(params);
listView.requestLayout();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With