I have question about ListView in android:
How can I change the font type of ListView? I know that we have to use TextView with ListView, I could change font of TextView to a ttf font like tahoma.ttf, but I couldn't do it with ListView.
I need an example of the way we can do that.
Thanks in advance

