Fixed the notification coloring. Automatically refreshs notification when the color setting is changed. Colored notification for all Android versions now
This commit is contained in:
parent
27e56754e3
commit
d2fda4a839
33 changed files with 391 additions and 33 deletions
|
|
@ -13,6 +13,7 @@ public class UIPreferenceChangedEvent {
|
|||
public static final int COLORED_NAVIGATION_BAR_CURRENT_PLAYING_CHANGED = 6;
|
||||
public static final int COLORED_NAVIGATION_BAR_CHANGED = 10;
|
||||
public static final int COLORED_NAVIGATION_BAR_OTHER_SCREENS_CHANGED = 7;
|
||||
public static final int COLORED_NOTIFICATION_CHANGED = 11;
|
||||
|
||||
private final int action;
|
||||
private final Object value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue