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/layout/fragment_include.xml | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_include.xml b/app/src/main/res/layout/fragment_include.xml index b0eaf13..6f9ee32 100644 --- a/app/src/main/res/layout/fragment_include.xml +++ b/app/src/main/res/layout/fragment_include.xml @@ -18,10 +18,10 @@ android:background="@drawable/bg_white_8dp" app:layout_constraintTop_toBottomOf="@id/cl_voice1" app:layout_constraintBottom_toTopOf="@id/cl_4" - android:layout_marginBottom="145dp" + android:layout_marginBottom="140dp" + app:layout_constraintDimensionRatio="3:2" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toStartOf="@id/cl_2" - android:layout_marginStart="50dp" android:layout_marginEnd="10dp"> <com.facebook.drawee.view.SimpleDraweeView @@ -63,8 +63,7 @@ app:layout_constraintTop_toTopOf="@id/cl_1" app:layout_constraintBottom_toBottomOf="@id/cl_1" app:layout_constraintStart_toEndOf="@id/cl_2" - app:layout_constraintEnd_toEndOf="parent" - android:layout_marginEnd="50dp"> + app:layout_constraintEnd_toEndOf="parent"> <com.facebook.drawee.view.SimpleDraweeView android:layout_width="match_parent" -- Gitblit v1.7.1