Fix next previous drawable size
This commit is contained in:
parent
31df20ffe5
commit
1de4bbcdec
12 changed files with 20 additions and 49 deletions
|
@ -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