Is it possible to have multiple items per screen w...
# compose
k
Is it possible to have multiple items per screen with Accompanist pager library? I don't want each item to be full width.
c
I think banesy said to just use LazyRow and chris bannes snapper library
🙌 1
t
It is possible. You set the ContentPadding, there's a section about it in the docs.