I have a ListView, where i changed appearence of row, but listview have size of one row, instead of fullscreen.
list_item.xml:
Changing the height dynamically gives NPE most of the times... the best solution is to create a custom list view that is non scrollable. You'll find a lot of codes for that.