Made the gradient below the album art darker. Added missing drawables.

This commit is contained in:
Karim Abou Zeid 2015-06-24 21:49:10 +02:00
commit 857f5fa39b
12 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -3,6 +3,6 @@
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="#34000000"
android:endColor="#AA000000"
android:startColor="#00000000" />
</shape>

View file

@ -3,6 +3,6 @@
android:shape="rectangle">
<gradient
android:angle="270"
android:endColor="#34000000"
android:endColor="#AA000000"
android:startColor="#00000000" />
</shape>