I want to create a layout like this:
On the top a TextView, after it a scrollable list of words, in the bottom two buttons.
But in order to create a scrollable list I think I must use ListActivity, but I want to create an Activity so the only scrollable part is the list and the TextView and buttons are fixed.
How can I do this?