From 433bf172ce6f2e41f805654b783c1eaaffd1226d Mon Sep 17 00:00:00 2001 From: klaus Date: Tue, 16 Jun 2026 21:22:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator):=20=EC=B1=84=EB=84=90=20=ED=9B=84?= =?UTF-8?q?=EC=9B=90=20empty=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83?= =?UTF-8?q?=EC=9D=84=20=EB=B3=B4=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/item_creator_channel_home_donation.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_creator_channel_home_donation.xml b/app/src/main/res/layout/item_creator_channel_home_donation.xml index 9a9f0f19..76ea2849 100644 --- a/app/src/main/res/layout/item_creator_channel_home_donation.xml +++ b/app/src/main/res/layout/item_creator_channel_home_donation.xml @@ -1,5 +1,6 @@ @@ -65,7 +66,7 @@ android:layout_height="@dimen/spacing_20" android:contentDescription="@null" android:src="@drawable/ic_new_donation" - android:tint="@color/black" /> + app:tint="@color/black" />