mit-cml / appinventor-sources

MIT App Inventor Public Open Source
http://appinventor.mit.edu/appinventor-sources/
Apache License 2.0
1.49k stars 2.07k forks source link

ListView separator line between items. #2597

Open SusanRatiLane opened 3 years ago

SusanRatiLane commented 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.

preetvadaliya commented 3 years ago

We can use DividerItemDecoration to set item separator line.

SusanRatiLane commented 3 years ago

We can use DividerItemDecoration to set item separator line.

This seems like a good approach.