I've been messing with some layouts for my ListActivity's ListView and found a problem:
When I click a list item it starts a new Activity. Unfortunately, when I click the back button to go back to my ListActivity, the scrollbar of the ListView is all the way at the top.
It used to be that, when I clicked the back button, the user would be scrolled to the same place in the list as they were before they selected the list item to launch a new screen.
I'm pretty sure I've removed all of the code I've changed, but the problem is still occurring. Any ideas?