Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Jetpack Compose release version:
1.0.0-beta07
Android Studio Build:Steps to Reproduce:
for 2. I could only think of adding the divider within the items themselves (with a check on the index to avoid placing a divider below the last item). But this can cause issue if I want to use a
Arrangment.spacedBy()
(say, if the divider should be centered in the space)for 3. it is a similar issue
Can you either add functionality to Lazy* widgets (and Column/Row actually) or add samples/documentation on how to achieve this?
Thanks