I want to show a button at the end of an Android list view. How can I achieve this?
I don\'t want to stick it to the activity bottom using alignparentbottom=
alignparentbottom=
Simply Provide "layout_weight = 1" of ListView.
Example :