hey guys. Is there any way to create a shared elem...
# android
s
hey guys. Is there any way to create a shared element transition from fragment to activity?
google 3
stackoverflow 2
l
Well, your fragment is held by an activity, so it’s like making it from an activity to another, isn’t it?
s
Sounds right. But activity-to-activity works very well. Fragment-to-activity is not working. Honestly didn't have enough time to debug it, probably there are some tricks to make it work..
I'm terribly sorry. It was my mistake. The size of the shared element was match_parent that's why it didn't work 🤦🏻‍♂️ thanks guys