refactor(creator): 라이브 sort popup을 공통 컴포넌트로 전환한다

This commit is contained in:
2026-06-19 19:11:29 +09:00
parent f848f22029
commit d97c2792f5
7 changed files with 4 additions and 167 deletions

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_900" />
<stroke
android:width="1dp"
android:color="@color/gray_700" />
<corners android:radius="@dimen/radius_14" />
</shape>

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_800" />
</shape>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_creator_channel_live_sort_options"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_creator_channel_live_sort_popup"
android:orientation="vertical">
<TextView
android:id="@+id/tv_creator_channel_live_sort_option_sample"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/medium"
android:includeFontPadding="false"
android:paddingHorizontal="@dimen/spacing_12"
android:paddingVertical="@dimen/spacing_8"
android:textColor="@color/white"
android:textSize="16sp" />
</LinearLayout>