Closed wasim15185 closed 3 years ago
The transition name of the view should be same. In the above example it's different.
Fragment A
<ja.burhanrashid52.photoeditor.PhotoEditorView
android:transitionName="img_small" />
Fragment B
<ja.burhanrashid52.photoeditor.PhotoEditorView
android:transitionName="big_img" />
Also PhotoEditorView
is ViewGroup
which extends RelatvieLayout
If you want do something on image then use photoEditorView.getSource()
which return theImageView
Thank You :) . I solved the problem .
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days.
This issue was closed because it has been stalled for 5 days with no activity.
Describe the bug If Shared Transition between ImageView of Fragment A , ImageView of Fragment B then it transition Work fine But If Shared Transition between PhotoEditorView of Fragment A , PhotoEditorView of Fragment B then it is not working
Some Preview
ImageView to ImageView Transition animation (and want to achieve this)
PhotoEditorView to PhotoEditorView Transition animation This is the PROBLEM
I have Simplified the Code
" PhotoEditorView " is not working with Shared Element Transition between Fragment A to Fragment B
Code is Fragment A
Fragment A in Kotlin
Code of Fragment B
Fragment B in Kotlin
Current Using Device Divice Name :- Xiaomi Poco 1 Version :- Android 10