开发者

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

开发者 https://www.devze.com 2023-03-16 06:23 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消