Use a LinearLayout and set the ListView's Height to 0dip and give it layout_weight="1"
This will make it autofill any remaining space, causing the internal items of the list view to scroll. Currently the listview is very tall and is being clipped by the bounds of the screen.
Something like this: