Skip to content

Instantly share code, notes, and snippets.

@camaelon
Last active June 25, 2018 18:56
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 camaelon/86a420cdef8480ccbce1389494398116 to your computer and use it in GitHub Desktop.
Save camaelon/86a420cdef8480ccbce1389494398116 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<com.google.androidstudio.motionlayoutexample.utils.ViewpagerHeader xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/motionLayout"
app:layoutDescription="@xml/scene_23"
android:layout_width="match_parent"
app:progress="0"
android:layout_height="230dp">
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/animation_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:lottie_rawRes="@raw/walkthrough"/>
</com.google.androidstudio.motionlayoutexample.utils.ViewpagerHeader>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment