ScrollView 사용시 스크롤이 상하 마지막에 닿았을때 생기는 gradation

없애고 싶을때


android:fadingEdge="none"


android:cacheColorHint="#00000000"


android:scrollingCache="false"


android:cacheColorHint="@android:color/transparent" 


이런 속성들을 사용하거나 검색해봤을검니다. 


그런데 ICS에서는 안먹혀서 


ScrollView android:fadingEdge="none" doesn't work  요렇게 검색하여 얻은 결과가 아래 링크입니다.


http://stackoverflow.com/questions/9477770/android-unable-to-remove-the-color-at-the-top-and-bottom


fadingEdge is deprecated. Use this in your ScrollView:

android:overScrollMode="never"