From 1983cd298e2fce59c3ae7587ca54c076c0f49bdc Mon Sep 17 00:00:00 2001 From: Airsaid Date: Sun, 11 Sep 2022 18:54:42 +0800 Subject: [PATCH] Fix fab no longer shows when hidden --- .../motionlayout/src/main/res/xml/scene_25.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_25.xml b/ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_25.xml index 7da68ea1..d04008b5 100644 --- a/ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_25.xml +++ b/ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_25.xml @@ -60,6 +60,10 @@ android:layout_height="0dp" motion:layout_constraintBottom_toBottomOf="parent" motion:layout_constraintTop_toBottomOf="@+id/motionLayout" /> + + + +