I have a rather complex ListView, with variable list item heights. Under certain conditions, I need to display an additional view in a list item, which is hidden by default
I use the "AbsListView.LayoutParams" to configure the width and height manually inside "Adapter.getView()".