Created
June 22, 2018 19:03
motion_01_basic
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"?> | |
<android.support.constraint.motion.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:id="@+id/motionLayout" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
app:layoutDescription="@xml/scene_01" | |
tools:showPaths="true"> | |
<View | |
android:id="@+id/button" | |
android:layout_width="64dp" | |
android:layout_height="64dp" | |
android:background="@color/colorAccent" | |
android:text="Button" /> | |
</android.support.constraint.motion.MotionLayout> |
Should be androidx.constraintlayout.motion.widget.MotionLayout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tools:showPaths
should beapp:showPaths