콘텐츠 상세
- 미리듣기가 없을 떄 문구 추가
This commit is contained in:
@@ -118,6 +118,18 @@
|
||||
android:visibility="gone"
|
||||
tools:src="@drawable/btn_audio_content_play" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_preview_no"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_round_corner_46_7_333333"
|
||||
android:padding="13.3dp"
|
||||
android:visibility="gone"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="해당 콘텐츠는 크리에이터의 요청으로\n미리듣기를 제공하지 않습니다"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="16.7sp" />
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/sb_progress"
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user