ToxicBakery / ViewPagerTransforms

Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
https://toxicbakery.github.io/ViewPagerTransforms/
Apache License 2.0
2.57k stars 489 forks source link

fragment size reduced after transition #73

Open kpradeepkumarreddy opened 6 years ago

kpradeepkumarreddy commented 6 years ago

Height and Width of my fragment decreased after Page Transformation. I'm using BackgroundToForegroundTransformer. After the transformation, i want to set my fragment size to original size. I don't want to decrease the height and width of my fragment. How can i do it ?