Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 649 Bytes

SharedTransition

A smooth transition of Xml attritbutes between two activities.

For Circular Image View (External Library)

dependencies {
    ...
    compile 'de.hdodenhof:circleimageview:2.2.0'
}

Note

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.