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
wrap content in linear layout
in List View add: android:layout_weight="1"
in your Button set fixed height