mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
fix: Use proper play icon
This commit is contained in:
parent
d810010090
commit
905bb3e3c5
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/different_disk_divider_sector"
|
||||
android:src="@drawable/button_play_pause_selector" />
|
||||
android:src="@drawable/ic_play" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/track_number_text_view"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:src="@drawable/button_play_pause_selector" />
|
||||
android:src="@drawable/ic_play" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/queue_song_title_text_view"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue