mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 16:15:20 +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
|
@ -75,7 +75,7 @@
|
|||
android:layout_height="38dp"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_skip_previous_round_white_32dp"
|
||||
android:src="@drawable/ic_skip_previous"
|
||||
tools:tint="?colorOnPrimary" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -93,7 +93,7 @@
|
|||
android:layout_height="38dp"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_skip_next_round_white_32dp"
|
||||
android:src="@drawable/ic_skip_next"
|
||||
tools:tint="?colorOnPrimary" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue