From 15b0e92ddf0ace364c0ff3dec5f568453f35cb2d Mon Sep 17 00:00:00 2001 From: John Hoford Date: Sat, 5 Nov 2022 14:57:12 -0700 Subject: [PATCH] clean up formatting --- .../main/res/layout/recycler_to_detail.xml | 22 +++++------- .../res/xml/recycler_to_detail_item_scene.xml | 11 ++---- .../main/res/xml/recycler_to_detail_scene.xml | 36 ++++++++++--------- 3 files changed, 31 insertions(+), 38 deletions(-) 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