The new Shared Element Transitions works when i use Fragment \'replace\' but i can\'t seem to make it work fragment \'add\'. I use the same container in bo
I know this is an old question but recently i had the same problem: .replace was not an option.
I had to use .Hide and .Add and what worked for me was to set:
setReorderingAllowed(true)
on the transaction.