I have a list, and I want 'Next' and 'Previous' buttons at the bottom of the list. I've tried to make the ListAdapter for the list something other than simple_list_item_1, but Android won't let me. I keep getting '... can't be resolved'.
Now, simple_list_item_1 is some kind of magical unicorn that is impossible to find, so I can't change it.
How can I put my buttons on the screen?