I want to show a button under a ListView. Problem is, if the ListView gets extended (items added...), the button is pushed out of the screen.
ListView
Since there's no MaxHeight attribute, your best bet is either to set the height of the ListView to a set value, or to use wrap_content.
wrap_content