I\'m having some trouble setting up my custom header in my list.
I\'m creating a ListFragment with a custom adapter. I have the list working fine, but I\'m trying t
My solution:
public void onActivityCreated(Bundle savedInstanceState) { setListAdapter(null); getListView().addHeaderView(mHeader); setListAdapter(mAdapter); }