I need to add a textview in a listview in between listitems. How can i make it possible.
I have a listview with listitems and i would like to add a textview as a separator between a group of listitems list like a group.
Thanks in advance.
I need to add a textview in a listview in between listitems. How can i make it possible.
I have a listview with listitems and i would like to add a textview as a separator between a group of listitems list like a group.
Thanks in advance.
You should use 2 types of xml files for list items - first for "usual" list item ant second for item with textview. And set them in adapter appropriately.
You can have a look at this post. It is basically the same as grouping items with headers except you will have each item with its "header".