From 0677c83c294a1c76b9a2b33d5c42caf99ee06f68 Mon Sep 17 00:00:00 2001 From: dkyuuum Date: Mon, 19 Feb 2024 21:28:46 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=ED=99=88=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20#5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_grade.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_grade.xml b/app/src/main/res/layout/fragment_grade.xml index d3beced..3c24362 100644 --- a/app/src/main/res/layout/fragment_grade.xml +++ b/app/src/main/res/layout/fragment_grade.xml @@ -326,7 +326,6 @@ android:layout_height="wrap_content" android:layout_marginStart="10dp" android:layout_marginTop="9dp" - android:background="@color/selector_selected_gray_else_white" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/tv_grade_average_title" tools:listitem="@layout/item_average_grade" />