I am trying to add empty header or footer on ListView to create a space between top and bottom ListView. I could create another empty layout and add into it. But I’m try to find alternative in coding, create for example linear/frame layout with width (fill_parent) and height (say, 50dp) and add header into ListView.
I am trying to add empty header or footer on ListView to create a
Share
you may do it in this way: