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
{{ message }}
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
In my RecyclerView, every item uses this XML:
I set DiagonalLayout angles simply like that in my Adapter (according to the item's position):
And here is the result:
Everything on this screenshot is 10 degrees rotated.
However, as you can see, there is a problem that happens only when I use DiagonalLayout in RecyclerView items : angles are not equals.
Images and both red and green rectangles should all be parallels, but it seems that DiagonalLayout angle changes when it is used in a list.
Is there a way to resolve this problem?
The text was updated successfully, but these errors were encountered: