구간반복 기능 추가

This commit is contained in:
2025-04-01 14:25:45 +09:00
parent c7af522cfb
commit bddf7b750b
7 changed files with 121 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -165,6 +165,16 @@
app:layout_constraintStart_toEndOf="@+id/iv_play_or_pause"
app:layout_constraintTop_toTopOf="@+id/iv_play_or_pause" />
<ImageView
android:id="@+id/iv_loop_segment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:padding="5dp"
android:src="@drawable/ic_loop_segment_idle"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<ImageView
android:id="@+id/iv_playlist"
android:layout_width="wrap_content"