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
This is the cleanest way to do it:
It is similar to Angelos's solution but you don't need the linearlayout that wraps up the ListView. Also you can use a FrameLayout which is lighter compare to a LinearLayout to wrap up the Button.