fix(creator): 라이브 다시듣기 item 표시를 보정한다

This commit is contained in:
2026-06-18 15:21:32 +09:00
parent efac753f83
commit 7db7fdffdf
2 changed files with 21 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="88dp"
android:layout_marginBottom="@dimen/spacing_8"
android:baselineAligned="false"
android:gravity="center_vertical"
android:orientation="horizontal">
@@ -11,7 +12,9 @@
android:id="@+id/layout_creator_channel_live_replay_thumbnail"
android:layout_width="88dp"
android:layout_height="88dp"
android:background="@drawable/bg_audio_content_card_thumbnail">
android:background="@drawable/bg_audio_content_card_thumbnail"
android:clipToOutline="true"
android:outlineProvider="background">
<ImageView
android:id="@+id/iv_creator_channel_live_replay_thumbnail"