Implemented functionality to repeat the track #23

This commit is contained in:
amazing-username
2019-03-10 10:28:17 -04:00
committed by amazing-username
parent 040544e630
commit 3d7c293555
6 changed files with 37 additions and 9 deletions
@@ -24,7 +24,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="4dp"
android:layout_marginBottom="8dp"
android:text="ROff"
android:text="@string/repeat_off"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
+2
View File
@@ -10,6 +10,8 @@
<string name="shuffle_on">SOn</string>
<string name="shuffle_off">SOff</string>
<string name="repeat_on">ROn</string>
<string name="repeat_off">ROff</string>
<string name="title_activity_settings">Settings</string>
<string name="track_start">0:00</string>