Search code examples
androidandroid-listviewdivider

How do I remove the divider from a listview on android?


I'm developing a app that have a Listview, and the items from list already have a style I don't need the divider.

How do I set as hidden or remove the divider from the ListView?


Solution

  • You can try android:divider="@null".