You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the uncontained strategy does not alter item sizes, it is ideal for use cases
194
+
where aspect ratios of the items must be maintained. However, this can lead to
195
+
aesthetically displeasing layouts when the carousel size is almost perfectly
196
+
divisible by the item size, so it is advised to update the item sizes based on
197
+
the carousel size.
198
+
178
199
## Attributes
179
200
180
201
Note that in order to use these attributes on the RecyclerView, CarouselLayoutManager must be set through the RecyclerView attribute `app:layoutManager`.
0 commit comments