开发者

listView color in android

开发者 https://www.devze.com 2023-02-13 14:27 出处:网络
Hai! In my application i want to change the listView text color in android. How can i achieve t开发者_如何转开发his.

Hai! In my application i want to change the listView text color in android. How can i achieve t开发者_如何转开发his. any solution will be appreciated...


ListView uses some optimizations when displaying itself, so you have to take some care when changing colors: http://developer.android.com/resources/articles/listview-backgrounds.html


You'll need to use a custom Adapter to do this. This tutorial looks pretty good: custom list view

0

精彩评论

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