I'm developing a app that have a Listview, and the items from list already have a style I don't need the divider.
Listview
How do I set as hidden or remove the divider from the ListView?
ListView
You can try android:divider="@null".
android:divider="@null"