Remove shadow from top and bottom of ListView in android?

前端 未结 6 1417
盖世英雄少女心
盖世英雄少女心 2020-12-29 17:59

I have created a custom listView with the row as follows:

 

        
6条回答
  •  被撕碎了的回忆
    2020-12-29 19:02

    Use this in your XML ScrollView:

    android:overScrollMode="never"
    

    You can set to "always", "never", or "ifContentScrolls".

提交回复
热议问题