Is there a way to disable/edit the fading that a list view has at its edges?

后端 未结 4 712
难免孤独
难免孤独 2020-12-28 14:28

Scrollable views such as the ListView have a fade out of the content along the edges where there is more content in that direction. How can I turn this fading off? I know

4条回答
  •  天命终不由人
    2020-12-28 14:51

    In case someone finds this via Google:

    As mentioned, android:fadingEdge is deprecated. Use this instead:

    android:overScrollMode="never"
    

提交回复
热议问题