From bb105760e2ba489f77c5f73fe672d4f9e1b449ef Mon Sep 17 00:00:00 2001 From: vrexpert Date: Wed, 6 Mar 2024 20:31:13 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B3=B5=EC=97=B0=20=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=EC=97=90=20=ED=85=8C=EB=91=90=EB=A6=AC=EB=A5=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/item_festival_detail_stage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/festago/presentation/src/main/res/layout/item_festival_detail_stage.xml b/android/festago/presentation/src/main/res/layout/item_festival_detail_stage.xml index a9aa1d851..16a733fbb 100644 --- a/android/festago/presentation/src/main/res/layout/item_festival_detail_stage.xml +++ b/android/festago/presentation/src/main/res/layout/item_festival_detail_stage.xml @@ -36,7 +36,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="8dp" - android:background="@color/background_gray_02" + android:background="@drawable/bg_festival_list_festival" android:paddingVertical="16dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"