android change listview font and color

后端 未结 5 1686
轮回少年
轮回少年 2020-12-07 02:40

I\'ve found loads of different ways of accomplishing this but I\'m not sure what\'s the best for my scenario.

This is my Java code for the listview:

         


        
5条回答
  •  旧巷少年郎
    2020-12-07 03:26

    Just set it to the TextView which you are inflating set the typeface in adapter or in the xml layout.

提交回复
热议问题