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=
You could, of course, use a custom adapter and specify a footer item. But you could probably also get away with putting it at the bottom of a ScrollView and have the ListView stretch vertically to the content:
ScrollView
ListView