From 967492f43278adf716cb3cb39d209ad9ae59590f Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期三, 21 五月 2025 15:43:56 +0800 Subject: [PATCH] save --- app/src/main/res/xml/scene_fragment_match.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/xml/scene_fragment_match.xml b/app/src/main/res/xml/scene_fragment_match.xml index 8971665..2cd4663 100644 --- a/app/src/main/res/xml/scene_fragment_match.xml +++ b/app/src/main/res/xml/scene_fragment_match.xml @@ -43,9 +43,9 @@ motion:layout_constraintStart_toStartOf="@+id/line1" motion:layout_constraintEnd_toEndOf="@+id/line1" motion:layout_constraintTop_toTopOf="parent" - android:layout_width="159dp" + android:layout_width="200dp" android:layout_marginTop="15dp" - android:layout_height="52dp"/> + android:layout_height="40dp"/> </ConstraintSet> <ConstraintSet android:id="@+id/start_2"> @@ -53,9 +53,9 @@ motion:layout_constraintStart_toStartOf="@+id/line2" motion:layout_constraintEnd_toEndOf="@+id/line2" motion:layout_constraintTop_toTopOf="parent" - android:layout_width="159dp" + android:layout_width="200dp" android:layout_marginTop="15dp" - android:layout_height="52dp"/> + android:layout_height="40dp"/> </ConstraintSet> <ConstraintSet android:id="@+id/start_3"> @@ -63,9 +63,9 @@ motion:layout_constraintStart_toStartOf="@+id/line3" motion:layout_constraintEnd_toEndOf="@+id/line3" motion:layout_constraintTop_toTopOf="parent" - android:layout_width="159dp" + android:layout_width="200dp" android:layout_marginTop="15dp" - android:layout_height="52dp"/> + android:layout_height="40dp"/> </ConstraintSet> <ConstraintSet android:id="@+id/start_4"> @@ -73,9 +73,9 @@ motion:layout_constraintStart_toStartOf="@+id/line4" motion:layout_constraintEnd_toEndOf="@+id/line4" motion:layout_constraintTop_toTopOf="parent" - android:layout_width="159dp" + android:layout_width="200dp" android:layout_marginTop="15dp" - android:layout_height="52dp"/> + android:layout_height="40dp"/> </ConstraintSet> <ConstraintSet android:id="@+id/end_1_1"> -- Gitblit v1.7.1