开发者

Custom Row at ListView with SimpleAdapter

开发者 https://www.devze.com 2023-03-19 18:50 出处:网络
i am using a ListView with a SimpleAdapter. Everything is working fine. My 开发者_JAVA技巧only problem is that there is border at the top/bottom of each Entry which is represented by a TextView. Does

i am using a ListView with a SimpleAdapter. Everything is working fine. My 开发者_JAVA技巧only problem is that there is border at the top/bottom of each Entry which is represented by a TextView. Does someone know how I can hide that border?

Best Regards Manuel


Just add the following to your listview layout:

android:cacheColorHint="#00000000"

You can get more info Here.

0

精彩评论

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