-5

I want to set custom listview in android:

Here is the code

Maifee Ul Asad
  • 3,992
  • 6
  • 38
  • 86
  • 1
    welcome to stackoverflow. start by not linking your question to an image in imgr. – Razgriz Jun 24 '16 at 08:22
  • 1
    Possible duplicate of [custom font in android ListView](http://stackoverflow.com/questions/4576441/custom-font-in-android-listview) – Mike M. Jun 24 '16 at 08:27
  • Try the following [link](http://stackoverflow.com/questions/4576441/custom-font-in-android-listview) Hope this helps – Amit Singh Jun 24 '16 at 08:34
  • http://stackoverflow.com/questions/18896887/android-change-listview-font-and-color Hope this might help!! – Aakash Jun 24 '16 at 08:42
  • Possible duplicate of [Custom ListView Android](https://stackoverflow.com/questions/6305899/custom-listview-android) – Maifee Ul Asad Apr 14 '19 at 03:21

1 Answers1

0

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

Community
  • 1
  • 1
Sathish Kumar J
  • 4,280
  • 1
  • 20
  • 48