I set the title view using getListView().addHeaderView(view);, and it is currently being processed in the same way as all the rest of the list lines in terms of clicks and context menus. How can I make the title action look more like a title? Alternatively, how can I add some content above ListViewthat is not part of myself ListView?
source
share