mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 18:35:21 +01:00
Fix next previous drawable size
This commit is contained in:
parent
31df20ffe5
commit
1de4bbcdec
12 changed files with 20 additions and 49 deletions
|
@ -118,7 +118,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@+id/playPauseButton"
|
||||
app:layout_constraintStart_toEndOf="@+id/playPauseButton"
|
||||
app:layout_constraintTop_toTopOf="@+id/playPauseButton"
|
||||
app:srcCompat="@drawable/ic_skip_next_round_white_32dp"
|
||||
app:srcCompat="@drawable/ic_skip_next"
|
||||
app:tint="@color/md_green_500" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -132,7 +132,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@+id/playPauseButton"
|
||||
app:layout_constraintEnd_toStartOf="@+id/playPauseButton"
|
||||
app:layout_constraintTop_toTopOf="@+id/playPauseButton"
|
||||
app:srcCompat="@drawable/ic_skip_previous_round_white_32dp"
|
||||
app:srcCompat="@drawable/ic_skip_previous"
|
||||
app:tint="@color/md_green_500" />
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue