Last active
September 21, 2018 03:09
-
-
Save thomaskioko/6a5bb0bb898f46212bcc18c8722a15fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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