From b90d4ef30002615aca21ba34031c941002b72e24 Mon Sep 17 00:00:00 2001 From: dkyuuum Date: Mon, 19 Feb 2024 22:08:34 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20=EC=A1=B8=EC=97=85=20=EC=9A=94?= =?UTF-8?q?=EA=B1=B4/=EC=84=B1=EC=A0=81=20=EC=82=AC=ED=95=AD=20item=20widt?= =?UTF-8?q?h=20=EC=A1=B0=EC=A0=95=20#21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_grade.xml | 47 +++++++++++-------- .../main/res/layout/item_average_grade.xml | 10 ++-- 2 files changed, 34 insertions(+), 23 deletions(-) diff --git a/app/src/main/res/layout/fragment_grade.xml b/app/src/main/res/layout/fragment_grade.xml index 3c24362..f3a597d 100644 --- a/app/src/main/res/layout/fragment_grade.xml +++ b/app/src/main/res/layout/fragment_grade.xml @@ -326,6 +326,8 @@ android:layout_height="wrap_content" android:layout_marginStart="10dp" android:layout_marginTop="9dp" + android:layout_marginBottom="13dp" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/tv_grade_average_title" tools:listitem="@layout/item_average_grade" /> @@ -334,7 +336,6 @@ android:id="@+id/layout_average" android:layout_width="0dp" android:layout_height="0dp" - android:layout_marginStart="9dp" android:layout_marginTop="15dp" android:layout_marginEnd="19dp" android:background="@drawable/bg_stroke_gray_radius_16_5" @@ -347,30 +348,36 @@ app:layout_constraintStart_toEndOf="@+id/recyclerView2" app:layout_constraintTop_toBottomOf="@+id/tv_grade_average_title"> - + app:layout_constraintTop_toTopOf="parent"> + + + + + + - diff --git a/app/src/main/res/layout/item_average_grade.xml b/app/src/main/res/layout/item_average_grade.xml index 07d94c8..960c0b3 100644 --- a/app/src/main/res/layout/item_average_grade.xml +++ b/app/src/main/res/layout/item_average_grade.xml @@ -11,20 +11,24 @@