Skip to content Skip to sidebar Skip to footer

Listview With Button Below Not Working Properly

I have a ListView in a dialog and I need to show a button after the list.

Solution 2:

The button should have android:layout_below="@id/lvwScores"

alignParentBottom isn't the best approach for RelativeLayouts that do not fill_parent.

Post a Comment for "Listview With Button Below Not Working Properly"