If footer view added in ListView, then divider disappears from last item of ListView.
Even I have set android:footerDividersEnabled="true"
with ListView and my footer view is just TextTiew.
Setting isSelectable
to true
didn't work for me, maybe because I was also calling removeFooterView
when my list was done loading.
What finally fixed it for me was setting android:layout_height
to "fill_parent
" instead of "wrap_content
" on the ListView.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With