Implemented functionality to repeat the track #23
This commit is contained in:
committed by
amazing-username
parent
040544e630
commit
3d7c293555
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user