Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andremion/7dff009434c75a7c74c0ff1954e42753 to your computer and use it in GitHub Desktop.
Save andremion/7dff009434c75a7c74c0ff1954e42753 to your computer and use it in GitHub Desktop.
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:duration="@integer/anim_duration_default">
// 1
<transition
class="com.sample.andremion.musicplayer.transition.PlayButtonTransition"
app:mode="play|pause" />
</transitionSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment