개별 콘텐츠 재생 <-> 재생목록 재생
- 기존에 재생 중인 콘텐츠(재생목록)를 멈추고 신규로 재생한 콘텐츠(재생목록)가 단독으로 재생되도록 수정
This commit is contained in:
@@ -54,22 +54,16 @@
|
||||
app:layout_constraintTop_toTopOf="@+id/iv_creator_profile"
|
||||
tools:text="닉네임" />
|
||||
|
||||
<LinearLayout
|
||||
<ImageView
|
||||
android:id="@+id/iv_cover"
|
||||
android:layout_width="240dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_height="240dp"
|
||||
android:contentDescription="@null"
|
||||
app:layout_constraintBottom_toTopOf="@+id/sb_progress"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/iv_creator_profile">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_cover"
|
||||
android:layout_width="240dp"
|
||||
android:layout_height="240dp"
|
||||
android:contentDescription="@null"
|
||||
tools:src="@drawable/img_compleate_book" />
|
||||
</LinearLayout>
|
||||
app:layout_constraintTop_toBottomOf="@+id/iv_creator_profile"
|
||||
tools:src="@drawable/img_compleate_book" />
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/sb_progress"
|
||||
|
Reference in New Issue
Block a user