feat(creator-channel): 더보기 메뉴 폰트를 고정한다

This commit is contained in:
2026-07-09 01:28:42 +09:00
parent 1f1069b05d
commit 3271c9e142
4 changed files with 101 additions and 24 deletions
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_creator_channel_sort_popup"
android:orientation="vertical"
android:paddingHorizontal="@dimen/spacing_12"
android:paddingVertical="@dimen/spacing_8">
<TextView
android:id="@+id/tv_creator_channel_community_more_edit"
style="@style/Typography.Body3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/regular"
android:includeFontPadding="false"
android:paddingHorizontal="@dimen/spacing_12"
android:paddingVertical="@dimen/spacing_8"
android:text="@string/creator_channel_fantalk_edit"
android:textColor="@color/white"
tools:ignore="UnusedAttribute" />
<TextView
android:id="@+id/tv_creator_channel_community_more_delete"
style="@style/Typography.Body3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/regular"
android:includeFontPadding="false"
android:paddingHorizontal="@dimen/spacing_12"
android:paddingVertical="@dimen/spacing_8"
android:text="@string/creator_channel_fantalk_delete"
android:textColor="@color/white"
tools:ignore="UnusedAttribute" />
</LinearLayout>