开发者

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

开发者 https://www.devze.com 2023-03-24 05:17 出处:网络
I binded one image开发者_高级运维 and three textviews in listview.Now i want change the size and colour of each textview in listview.

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

精彩评论

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