Open SusanRatiLane opened 3 years ago
Describe the bug
See community thread: https://community.appinventor.mit.edu/t/listview-items-missing-visible-line-separator-between-items/44384
The old ListView had separator lines between elements at least some of the time. The current ListView does not. Separator lines between elements would be cleaner than what we currently have.
We can use DividerItemDecoration to set item separator line.
This seems like a good approach.
Describe the bug
See community thread: https://community.appinventor.mit.edu/t/listview-items-missing-visible-line-separator-between-items/44384
The old ListView had separator lines between elements at least some of the time. The current ListView does not. Separator lines between elements would be cleaner than what we currently have.