Commit aed3ee23 authored by Grigory Fedorov's avatar Grigory Fedorov

NotificationManager: persistent notification color moved to resources.

parent fc913699
......@@ -150,7 +150,7 @@ public class NotificationManager implements OnInitializedListener, OnAccountChan
messageNotificationCreator = new MessageNotificationCreator();
accountPainter = new AccountPainter(application);
persistentNotificationColor = application.getResources().getColor(R.color.red_500);
persistentNotificationColor = application.getResources().getColor(R.color.persistent_notification_color);
}
public static NotificationManager getInstance() {
......
......@@ -78,6 +78,8 @@
<item>@color/teal_900</item>
</array>
<color name="persistent_notification_color">@color/red_500</color>
<color name="color_primary_light">@color/grey_200</color>
<color name="account_disabled">@color/black_dividers</color>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment