A smooth transition of Xml attritbutes between two activities.
dependencies {
...
compile 'de.hdodenhof:circleimageview:2.2.0'
}
1.Under res > values > styles
<item name="android:windowActivityTransitions">true</item>
Enables Window Acitvity Transition
2.Try keeping the transition name in the Xml layout commom between both the layout in which you are trying animate.