开发者

How to set cachecolorhint to a class that extends BaseExpandableListAdapter

Hi I have开发者_StackOverflow中文版 created Expandible list view using BaseExpandableListAdapter. If i scroll the list then I found the default cache color as black but my background colour of list is white. I want to set cachecolour as white.

How to set cachecolorhint to a class that extends BaseExpandableListAdapter in android

Thanks Sunil Kumar Sahoo


In layout XML you can use android:cacheColorHint="#00000000" in the list view to which Adapter is assigned. otherwise programmatic you can use setCacheColor() method where you have to pass the color to avoid cache color while fast scrolling in list view.

Thanks Deepak

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜