I added a divider drawable to my listview but it appears for all the items except after the last item.
I only have 5 items on the list, so its all white space after the last item, i want to have a divider even after the last item
i tried this:
android:footerDividersEnabled="true"
in my listview. But it didnt work
Thank You