On my Samsung Galaxy S, it ListViewgets an elastic effect when over scrolling. But I do not want this in my application. Can I turn off this elastic scroll?
ListView
If by Elastic you mean the way the listview handles overscroll, making it look like the Sense or iPhone user interface, then you might be interested in setOverscrollMode , setOverscrollHeader , setOverscrollFooter and onOverscroll . Good luck solving the problem!
, Samsung API disable , , Ty.S, Android 2.3 ( API 9 ). Samsung Galaxy ListView.
disable
With the theme, you can override the backgrounds, but not turn off the scroll effect:
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true" android:theme="@android:style/Theme.Light">