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

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

    If you targetSdkVersion >= 14 than there will be no fading edges.

    android:requiresFadingEdge
    

    can help you to get them back.

    source

提交回复
热议问题