motion_01_basic
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
tools:showPaths
should beapp:showPaths