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
in LinearLayout, just add android:layout_weight="1" to you ListView
android:layout_weight="1"