首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Listview item 滚动时背景替黑色

2012-06-27 
Listview item 滚动时背景为黑色Listview item 滚动时背景为黑色。无论我设置item的bakcgourd为touming还是

Listview item 滚动时背景为黑色
Listview item 滚动时背景为黑色。无论我设置item的bakcgourd为touming还是@null都无效。
解决方法:

add a attribute on the ListView Tagandroid:cacheColorHint="#00000000"// setting as a transparent color


原文地址:
http://stackoverflow.com/questions/2833057/background-listview-becomes-black-when-scrolling

热点排行