RoundedImageView icon indicating copy to clipboard operation
RoundedImageView copied to clipboard

ChangeBounds transition support

Open UvarovBoris opened this issue 6 years ago • 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

UvarovBoris avatar Jun 20 '19 07:06 UvarovBoris

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?

Maliotis avatar Apr 06 '21 14:04 Maliotis

I just not used RoundImageView in this case.

UvarovBoris avatar Apr 21 '21 04:04 UvarovBoris