Bug fixes

- fixed navigation bar color bug
- added some light gradients to now playing screen
- telephone call pause bug
- more bugs
This commit is contained in:
Karim Abou Zeid 2015-04-01 17:41:11 +02:00
commit 6a2c3e565d
9 changed files with 41 additions and 19 deletions

View file

@ -4,5 +4,5 @@
<gradient
android:angle="90"
android:endColor="#34000000"
android:startColor="@android:color/transparent" />
android:startColor="#00000000" />
</shape>

View file

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="@android:color/transparent"
android:startColor="#34000000"/>
android:angle="270"
android:endColor="#34000000"
android:startColor="#00000000" />
</shape>