Reposition scroll bar of ListView with padding

Solution 1:

Try this:

<ListView
    ...
    android:scrollbarStyle="outsideOverlay" />

Solution 2:

add this to your list view

android:scrollbarStyle="outsideInset"

it will add a little padding and the scroll bar will be outside