Join Slack
Is there a ready to use Composable to draw line separators between list items? Or should we just use...
# compose
j
julioromano
09/28/2021, 11:44 AM
Is there a ready to use Composable to draw line separators between list items? Or should we just use a Box with a very small height?
✅ 1
p
patrick
09/28/2021, 11:46 AM
That would be
Divider
I guess ->
https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#Divider(androidx.compose.ui.[…]androidx.compose.ui.unit.Dp)
🙌 1
👍 1
j
julioromano
09/28/2021, 11:46 AM
Oh yeah!
julioromano
09/28/2021, 11:46 AM
I tried “Separator” “Line” …
julioromano
09/28/2021, 11:46 AM
Divider was at the bottom of my mind 😛
julioromano
09/28/2021, 11:46 AM
Thanks!
p
patrick
09/28/2021, 11:47 AM
I implemented a "ListDivider" at least 5 times on different pet projects before I remembered there is a a ready-made one 😂
4
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by