Last active
December 27, 2019 10:19
-
-
Save gilgoldzweig/eff000accb820a5a982af5d4249fc602 to your computer and use it in GitHub Desktop.
MotionLayout layout file root tag|-|&tag=MotionLayout
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
<androidx.constraintlayout.motion.widget.MotionLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
app:layoutDescription="@xml/sample_collapsing_animation_scene"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment