开发者

How to change text size and colour in listview in android?

I binded one image开发者_高级运维 and three textviews in listview.Now i want change the size and colour of each textview in listview. is it possible........please help me.


You will probably have a custom layout file for your list items in which you specify the image and the textviews. In this same layout file you can change the size and color of the text using the android:textSize and android:textColor attributes (see also http://developer.android.com/reference/android/widget/TextView.html).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜