开发者

Custom Row at ListView with SimpleAdapter

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜