How do you make RecyclerView items not overlap whe...
# android
k
How do you make RecyclerView items not overlap when being scaled up. I want them to respect the vertical spacing of 16dp even when scaled up. Right now the problem I am facing is that the items overlaps each other when you zoom in.
google 3
stackoverflow 2
s
What is happenning in the RecyclerView to allow zooming in?
k
@Shalom Halbert I scale the current child using setScaleX and setScaleY based on scale factor
s
Unfortunately, it’s something I’m unacquainted with