You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add a header in MultiColumnListView, then the list turns to be black.
The code below is what I add in SampleActivity.java:
View headerView = View.inflate(context, R.layout.listview_header, null);
listView.addHeaderView(headerView);
mAdapter = new PLAAdapter(getActivity());
I add a header in MultiColumnListView, then the list turns to be black.
The code below is what I add in SampleActivity.java:
View headerView = View.inflate(context, R.layout.listview_header, null);
listView.addHeaderView(headerView);
mAdapter = new PLAAdapter(getActivity());