Answer the question
In order to leave comments, you need to log in
How to change font in ListFragment?
There was a problem. I need to replace the default font in ListFragment with Roboto Condensed Light. I tried the option from this post, but nothing happened when I applied it. At the moment I'm using the standard Adapter:
ArrayAdapter<String> adapter = new ArrayAdapter<String>(getActivity(), android.R.layout.simple_list_item_1, List);
setListAdapter(adapter);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question