简体   繁体   中英

How to change the highlight color when the ListView scrolling to the border?

The border displays a default color (that's orange on my Nexus S) while scrolling a ListView to the limit. How to change that color? Any ideas?

Thanks:)

You can assign transparent background to your item layout in the list.

set the cache color hint to white: setCacheColorHint(Color.WHITE). you change the list items' background color.

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