fix(creator): 라이브 다시듣기 item 표시를 보정한다
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user