vinc3m1/RoundedImageView

ChangeBounds transition support

UvarovBoris opened this issue · 2 comments

Hi, is RoundedImageView support ChangeBounds transition?
I have FrameLayout with size W x H. In it I have RoundImageView with size match_parent x math_parent and scaleType fitXY.
In some moment I call TransitionManager.beginDelayedTransition with ChangeBounds transition. And then change size of FrameLayout to 2W x 2H - view increase, but RoundImageView not increase properly. It have init size and just fill empty space with border pixels.
Screenshot_11

I have the same issue using the RoundedImageView as a sharedElement, changeBounds is the only one causing issues. Is there a workaround for it yet?

I just not used RoundImageView in this case.