According to this link: ListFragment android developers
I want to set my custom layout for list, but it makes exceptions.
Here is the code:
p
Try to remove setListShown(true);?
setListShown(true);
I had same problem, some time ago. It's seams that you cant use it if you have custom layout in ListFragment.
ListFragment