From 59545ca82cbb2171ee90f131c0d014194169908c Mon Sep 17 00:00:00 2001 From: klaus Date: Tue, 16 Jun 2026 17:27:03 +0900 Subject: [PATCH] =?UTF-8?q?feat(creator):=20=EC=B1=84=EB=84=90=20=ED=99=88?= =?UTF-8?q?=20=EC=83=81=EB=8B=A8=20UI=20=EC=83=81=ED=83=9C=EB=A5=BC=20?= =?UTF-8?q?=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 --- .../res/layout/activity_creator_channel.xml | 32 +++++++++++++++++-- app/src/main/res/values/typography.xml | 5 +++ 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_creator_channel.xml b/app/src/main/res/layout/activity_creator_channel.xml index a62d3a1e..25c5ac7b 100644 --- a/app/src/main/res/layout/activity_creator_channel.xml +++ b/app/src/main/res/layout/activity_creator_channel.xml @@ -94,7 +94,9 @@ android:minWidth="108dp" android:paddingHorizontal="@dimen/spacing_12" android:text="@string/creator_channel_chat_button" - android:textColor="@color/white" /> + android:textColor="@color/white" + android:visibility="gone" + tools:visibility="visible" /> + android:textColor="@color/white" + android:visibility="gone" + tools:visibility="visible" /> @@ -123,6 +127,7 @@ app:tabIndicatorColor="@color/soda_400" app:tabMode="scrollable" app:tabSelectedTextColor="@color/white" + app:tabTextAppearance="@style/CreatorChannelTabText" app:tabTextColor="@color/gray_500" /> + + + android:src="@drawable/ic_new_more" + android:visibility="gone" + tools:visibility="visible" /> diff --git a/app/src/main/res/values/typography.xml b/app/src/main/res/values/typography.xml index d2b8a383..c577f16a 100644 --- a/app/src/main/res/values/typography.xml +++ b/app/src/main/res/values/typography.xml @@ -32,6 +32,11 @@ 16sp + +