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:
parent
f362df7d3d
commit
6a2c3e565d
9 changed files with 41 additions and 19 deletions
|
|
@ -4,5 +4,5 @@
|
|||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#34000000"
|
||||
android:startColor="@android:color/transparent" />
|
||||
android:startColor="#00000000" />
|
||||
</shape>
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue