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
While using ScaleTransformer maxScale or minScale, the on screen non-current items are not getting transformed uniformly! The left (prev) item to the current item always becomes slightly larger (few dp) than all the other non-current items.
In the sample app, the difference is 1dp, but in my setup (item size: 44dp, setMaxScale: 1.5f ), the difference is around 7dp, which is very much noticeable.
The text was updated successfully, but these errors were encountered:
While using ScaleTransformer maxScale or minScale, the on screen non-current items are not getting transformed uniformly! The left (prev) item to the current item always becomes slightly larger (few dp) than all the other non-current items.
In the sample app, the difference is 1dp, but in my setup (item size: 44dp, setMaxScale: 1.5f ), the difference is around 7dp, which is very much noticeable.
The text was updated successfully, but these errors were encountered: