Skip to content

Instantly share code, notes, and snippets.

@Kvest
Created October 24, 2016 18:03
Show Gist options
  • Save Kvest/974e4de86dc955406595ae70adab1bb3 to your computer and use it in GitHub Desktop.
Save Kvest/974e4de86dc955406595ae70adab1bb3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/accelerate_cubic"
android:duration="@integer/anim_duration_default">
<transition class="com.kvest.material_design_playground.transitions.TextColorTransition" />
<transition class="com.kvest.material_design_playground.transitions.RingViewTransition" />
<!--Others-->
<autoTransition/>
</transitionSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment