Content Transitions on Top of Shared Elements in android

眉间皱痕 提交于 2019-12-05 15:18:33

i have had same problem added

    <item name="android:windowSharedElementsUseOverlay">false</item>

to the animated activity theme

Kenneth

I kindof found a solution to a similar problem, here: Android shared view transition combined with fade transition

In short, I disabled overlay for shared elements, as suggested above. Then i removed the background on the Activity (by using a transparent theme). See my answer, maybe it would have helped you (I assume this you have moved on by now).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!