From 9859aa1615a157d9ae1fc24c51639de1c6557db1 Mon Sep 17 00:00:00 2001 From: jafu888 Date: Thu, 11 Nov 2021 13:31:15 -0800 Subject: [PATCH] small fixes --- .../motion/widget/MotionScene.java | 2 +- .../src/main/res/layout/verification_801.xml | 2 ++ .../main/res/xml/verification_scene_801.xml | 31 ++++++++++++++++--- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java b/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java index 974b69273..6bf4eb194 100644 --- a/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java +++ b/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java @@ -82,7 +82,7 @@ public class MotionScene { private int mLayoutDuringTransition = 0; public static final int LAYOUT_IGNORE_REQUEST = 0; public static final int LAYOUT_HONOR_REQUEST = 1; - public static final int LAYOUT_CALL_MEASURE = 3; + public static final int LAYOUT_CALL_MEASURE = 2; private MotionEvent mLastTouchDown; private boolean mIgnoreTouch = false; diff --git a/projects/MotionLayoutVerification/app/src/main/res/layout/verification_801.xml b/projects/MotionLayoutVerification/app/src/main/res/layout/verification_801.xml index e4a405f86..d75721b83 100644 --- a/projects/MotionLayoutVerification/app/src/main/res/layout/verification_801.xml +++ b/projects/MotionLayoutVerification/app/src/main/res/layout/verification_801.xml @@ -329,6 +329,8 @@ app:flow_maxElementsWrap="4" app:flow_verticalGap="2dp" app:flow_wrapMode="chain" + android:layout_marginRight="20dp" + android:layout_marginEnd="20dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/projects/MotionLayoutVerification/app/src/main/res/xml/verification_scene_801.xml b/projects/MotionLayoutVerification/app/src/main/res/xml/verification_scene_801.xml index 8a7b43575..254b034db 100644 --- a/projects/MotionLayoutVerification/app/src/main/res/xml/verification_scene_801.xml +++ b/projects/MotionLayoutVerification/app/src/main/res/xml/verification_scene_801.xml @@ -4,27 +4,48 @@ xmlns:motion="http://schemas.android.com/apk/res-auto"> - + + + + + + - + + + + + \ No newline at end of file