I am using a ListView. But the top-most and bottom-most horizontal bar does not show up. Why? I am using this:
android:divider="@android:drawable/divider_horizontal_bright"
Add a dummy footer and header
listViewContato = (ListView) view.findViewById(R.id.listview_contatos);
listViewContato.addHeaderView(new View(getActivity()));
listViewContato.addFooterView(new View(getActivity()));
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