I have created a custom listView with the row as follows:
Use this in your XML ScrollView:
android:overScrollMode="never"
You can set to "always", "never", or "ifContentScrolls".