Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4fb5611 authored by Rohit Yengisetty's avatar Rohit Yengisetty Committed by linus_lee
Browse files

Eleven - Changing the color of the Notification divider line to blue.

Also increasing the inactivity-timeout of the notification to 5
minutes.

https://cyanogen.atlassian.net/browse/MUSIC-160
https://cyanogen.atlassian.net/browse/MUSIC-177

Change-Id: If4c6a961fbec4dd8be43e6c7ba25a42488e70afb
parent 16628a14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
    <color name="now_playing_divider">#40ffffff</color>

    <!-- App widget colors -->
    <color name="widget_divider">#569fd7</color>
    <color name="widget_divider">#373737</color>
    <!-- 80% opacity white -->
    <color name="widget_text">#ccffffff</color>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -287,9 +287,9 @@ public class MusicPlaybackService extends Service {
    private static final int FADEUP = 7;

    /**
     * Idle time before stopping the foreground notfication (1 minute)
     * Idle time before stopping the foreground notfication (5 minutes)
     */
    private static final int IDLE_DELAY = 60000;
    private static final int IDLE_DELAY = 5 * 60 * 1000;

    /**
     * Song play time used as threshold for rewinding to the beginning of the