diff --git a/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_to_detail.xml b/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_to_detail.xml index 79b9d3c4..54faa698 100644 --- a/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_to_detail.xml +++ b/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_to_detail.xml @@ -1,12 +1,13 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycler_to_detail_item_scene.xml b/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycler_to_detail_item_scene.xml index bbbc2db1..13d26b37 100644 --- a/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycler_to_detail_item_scene.xml +++ b/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycler_to_detail_item_scene.xml @@ -4,22 +4,20 @@ + motion:constraintSetStart="@id/start"> + motion:motionTarget="@+id/button" /> - + motion:motionTarget="@+id/button" /> - - - - - - - - - + + + + + motion:layout_constraintEnd_toEndOf="parent" + motion:layout_constraintStart_toStartOf="parent" + motion:layout_constraintTop_toTopOf="parent" /> + motion:motionProgress="0" /> + motion:layout_constraintTop_toTopOf="parent" /> + motion:motionProgress="1" /> \ No newline at end of file