简体   繁体   中英

change fading edge color in List view android

I try to change edge color that appears in top/down listview without changing theme.
I want something like that in picture but without using library.
thank you.

https://github.com/AndroidAlliance/EdgeEffectOverride

Use the following attributes in your xml ListView

 android:overScrollHeader
 android:overScrollFooter

Or you can do it programmatically by:

setOverscrollHeader
setOverscrollFooter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM