From 98faa1d5d540a7e4de4086ea11df3fd61b5c7ab9 Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期三, 17 七月 2024 11:47:03 +0800
Subject: [PATCH] 将要取消游戏页面item的结果动画

---
 app/src/main/res/xml/scene_fragment_match.xml |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/app/src/main/res/xml/scene_fragment_match.xml b/app/src/main/res/xml/scene_fragment_match.xml
index b7de0be..8971665 100644
--- a/app/src/main/res/xml/scene_fragment_match.xml
+++ b/app/src/main/res/xml/scene_fragment_match.xml
@@ -36,17 +36,6 @@
     </ConstraintSet>
 
     <ConstraintSet android:id="@+id/end">
-<!--        <Constraint android:id="@+id/cl_1"-->
-<!--            android:layout_marginTop="103dp"-->
-<!--            android:layout_width="0dp"-->
-<!--            android:layout_height="0dp"-->
-<!--            motion:layout_constraintTop_toTopOf="parent"/>-->
-<!--        <Constraint android:id="@+id/cl_3"-->
-<!--            android:layout_marginTop="108dp"-->
-<!--            android:layout_width="0dp"-->
-<!--            android:layout_height="0dp"-->
-<!--            motion:layout_constraintBottom_toBottomOf="parent"-->
-<!--            android:layout_marginBottom="3dp"/>-->
     </ConstraintSet>
 
     <ConstraintSet android:id="@+id/start_1">

--
Gitblit v1.7.1