Made the gradient below the album art darker. Added missing drawables.
|
After Width: | Height: | Size: 663 B |
BIN
app/src/main/res/drawable-hdpi/ic_favorite_white_24dp.png
Normal file
|
After Width: | Height: | Size: 453 B |
|
After Width: | Height: | Size: 424 B |
BIN
app/src/main/res/drawable-mdpi/ic_favorite_white_24dp.png
Normal file
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 844 B |
BIN
app/src/main/res/drawable-xhdpi/ic_favorite_white_24dp.png
Normal file
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 1.2 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_favorite_white_24dp.png
Normal file
|
After Width: | Height: | Size: 875 B |
|
After Width: | Height: | Size: 1.7 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_favorite_white_24dp.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -3,6 +3,6 @@
|
|||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#34000000"
|
||||
android:endColor="#AA000000"
|
||||
android:startColor="#00000000" />
|
||||
</shape>
|
||||
|
|
@ -3,6 +3,6 @@
|
|||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#34000000"
|
||||
android:endColor="#AA000000"
|
||||
android:startColor="#00000000" />
|
||||
</shape>
|
||||