mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 01:45:22 +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>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
android:layout_height="42dp"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:scaleType="centerInside"
|
||||
tools:src="@drawable/ic_skip_previous_round_white_32dp"
|
||||
tools:src="@drawable/ic_skip_previous"
|
||||
tools:tint="?colorOnPrimary" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -86,7 +86,7 @@
|
|||
android:layout_height="42dp"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:scaleType="centerInside"
|
||||
tools:src="@drawable/ic_skip_next_round_white_32dp"
|
||||
tools:src="@drawable/ic_skip_next"
|
||||
tools:tint="?colorOnPrimary" />
|
||||
|
||||
<ImageButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue