feat(creator): 원본 태그 이미지를 적용한다

This commit is contained in:
2026-06-17 14:15:24 +09:00
parent 01afed89f8
commit bd60185db8
2 changed files with 4 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View File

@@ -37,17 +37,14 @@
android:contentDescription="@null"
android:src="@drawable/ic_series_original" />
<TextView
<ImageView
android:id="@+id/tv_series_original_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="18dp"
android:layout_marginTop="2dp"
android:fontFamily="@font/phosphate_solid"
android:text="Only"
android:textColor="@color/white"
android:textSize="16sp"
tools:ignore="HardcodedText" />
android:contentDescription="@null"
android:src="@drawable/img_new_only" />
</FrameLayout>
</FrameLayout>
</kr.co.vividnext.sodalive.v2.creator.channel.ui.CreatorChannelHomeSeriesCardView>