fix(content): 상세 오디오와 구매 흐름을 보정한다
This commit is contained in:
@@ -149,6 +149,16 @@
|
||||
android:contentDescription="@string/a11y_feed_content_image"
|
||||
android:scaleType="centerCrop" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_creator_channel_community_detail_play_or_pause"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/btn_audio_content_play"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layout_creator_channel_community_detail_paywall"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user