Custom font for Android listview

后端 未结 2 747
星月不相逢
星月不相逢 2020-11-29 10:01

I have a custom font for my android activity.

MainActivity.class

    private void initControls() {
    // TODO Auto-generated method         


        
2条回答
  •  清歌不尽
    2020-11-29 10:40

    you can't apply font directly to listview and you need to create custom adapter for listview and change it font for more details click below stack post it's already discussed.

    How to change color and font on ListView

提交回复
热议问题