There are some horizontal black lines between my list items.How can i erase them? There are not part of my graphics.Thanks
    listview.setDivider(null);
    listview.setDividerHeight(0);
or in XML
   <ListView
    android:divider="@null"
    android:dividerHeight="0dp" />
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