Skip to content

Instantly share code, notes, and snippets.

@thomaskioko
Last active September 21, 2018 03:09
Show Gist options
  • Save thomaskioko/6a5bb0bb898f46212bcc18c8722a15fb to your computer and use it in GitHub Desktop.
Save thomaskioko/6a5bb0bb898f46212bcc18c8722a15fb to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Transition
app:constraintSetEnd="@id/collapsed"
app:constraintSetStart="@id/expanded">
<OnSwipe
app:dragDirection="dragUp"
app:touchAnchorId="@id/recycler_view_tweets"
app:touchAnchorSide="top" />
<KeyFrameSet>
<KeyAttribute
android:scaleX="0.5"
android:scaleY="0.5"
app:framePosition="20"
app:target="@id/iv_profile_image" />
</KeyFrameSet>
</Transition>
</MotionScene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment