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

View file

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