P
P
Pavel Rekun2014-05-23 18:16:23
Android
Pavel Rekun, 2014-05-23 18:16:23

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);

What tell me?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey M, 2014-05-23
@Menos

Here is a normal list customization example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question