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

后端 未结 4 708
难免孤独
难免孤独 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:42

    Late answer, but at this point to maintain backwards compatibility with API 13 and below, use both android:requiresFadingEdge="none" and android:fadingEdge="none" together.

提交回复
热议问题