I have a ListView with padding to the right (and left).
ListView
Currently the list looks something like this:
----------------- | | ROW | |
add this to your list view
android:scrollbarStyle="outsideInset"
it will add a little padding and the scroll bar will be outside
Try this:
<ListView ... android:scrollbarStyle="outsideOverlay" />