Replaced unnecessary 48dp drawables with 36dp ones
|
Before Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 397 B |
|
Before Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 447 B |
|
Before Width: | Height: | Size: 333 B |
|
Before Width: | Height: | Size: 314 B |
|
Before Width: | Height: | Size: 326 B |
|
Before Width: | Height: | Size: 354 B |
|
|
@ -1,7 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/ripple_material_dark">
|
||||
<item android:id="@android:id/mask">
|
||||
<color android:color="@color/white" />
|
||||
</item>
|
||||
</ripple>
|
||||
android:color="@color/ripple_material_dark" />
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/ripple_material_light">
|
||||
<item android:id="@android:id/mask">
|
||||
<color android:color="@color/white" />
|
||||
</item>
|
||||
</ripple>
|
||||
android:color="@color/ripple_material_light" />
|
||||
|
Before Width: | Height: | Size: 509 B |
|
Before Width: | Height: | Size: 478 B |
|
Before Width: | Height: | Size: 484 B |
|
Before Width: | Height: | Size: 531 B |
|
Before Width: | Height: | Size: 717 B |
|
Before Width: | Height: | Size: 657 B |
|
Before Width: | Height: | Size: 765 B |
|
Before Width: | Height: | Size: 790 B |
|
Before Width: | Height: | Size: 809 B |
|
Before Width: | Height: | Size: 728 B |
|
Before Width: | Height: | Size: 1,007 B |
|
Before Width: | Height: | Size: 1,017 B |
|
|
@ -125,7 +125,7 @@
|
|||
android:elevation="8dp"
|
||||
android:padding="22dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_skip_previous_white_48dp" />
|
||||
android:src="@drawable/ic_skip_previous_white_36dp" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/next_button"
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
android:elevation="8dp"
|
||||
android:padding="22dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_skip_next_white_48dp" />
|
||||
android:src="@drawable/ic_skip_next_white_36dp" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/repeat_button"
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
android:elevation="8dp"
|
||||
android:padding="22dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_repeat_white_48dp" />
|
||||
android:src="@drawable/ic_repeat_white_36dp" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/shuffle_button"
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
android:elevation="8dp"
|
||||
android:padding="22dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_shuffle_white_48dp" />
|
||||
android:src="@drawable/ic_shuffle_white_36dp" />
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
|
|
|
|||