From b13afc751dbbce24753d008f1f87d2c5e133a4ad Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期二, 09 七月 2024 15:19:26 +0800 Subject: [PATCH] fix bug --- app/src/main/res/xml/scene_fragment_match.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/xml/scene_fragment_match.xml b/app/src/main/res/xml/scene_fragment_match.xml index b57c014..b7de0be 100644 --- a/app/src/main/res/xml/scene_fragment_match.xml +++ b/app/src/main/res/xml/scene_fragment_match.xml @@ -6,7 +6,7 @@ <Transition motion:constraintSetEnd="@+id/end" motion:constraintSetStart="@id/start" - motion:duration="2000"> + motion:duration="3000"> <KeyFrameSet> </KeyFrameSet> -- Gitblit v1.7.1