From 1baf3ac7e03a5af9ecec28176f2efc752487f42f Mon Sep 17 00:00:00 2001 From: klaus Date: Thu, 9 Jul 2026 08:19:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator-channel):=20FanTalk=20=EB=AC=B8?= =?UTF-8?q?=EA=B5=AC=EB=A5=BC=20=ED=95=9C=20=EC=A4=84=EB=A1=9C=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/item_creator_channel_home_fantalk.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/item_creator_channel_home_fantalk.xml b/app/src/main/res/layout/item_creator_channel_home_fantalk.xml index 6ad3f858..8c3657a6 100644 --- a/app/src/main/res/layout/item_creator_channel_home_fantalk.xml +++ b/app/src/main/res/layout/item_creator_channel_home_fantalk.xml @@ -67,21 +67,14 @@ android:id="@+id/tv_fantalk_content" style="@style/Typography.Body6" android:layout_width="0dp" - android:layout_height="40dp" + android:layout_height="wrap_content" android:layout_marginStart="@dimen/spacing_14" android:layout_weight="1" android:ellipsize="end" android:includeFontPadding="false" - android:maxLines="2" + android:maxLines="1" android:textColor="@color/white" tools:text="팬이 쓴 응원이 보이는 부분입니다. 두 줄까지만 보여주고 초과 시 말줄임 처리." /> - -