From e7ea4941eaaf4c17fe5c41efdb2fa596c5aa47e6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lab Date: Wed, 31 Aug 2011 15:32:04 +0200 Subject: [PATCH] Add option to invert colours in notifications --- res/values/strings.xml | 2 ++ res/xml/preferences.xml | 5 +++++ src/org/kreed/vanilla/PlaybackService.java | 2 ++ src/org/kreed/vanilla/SongNotification.java | 12 ++++++++++++ 4 files changed, 21 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 784cd543..b3c333f0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -112,6 +112,8 @@ THE SOFTWARE. When to show the notification Notification Action What to do when the notification is pressed + Invert notification colour + Use inverted colour for notifications Playback View Display Mode diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 6f7c6bb9..5377633a 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -54,6 +54,11 @@ THE SOFTWARE. android:entries="@array/notification_action_entries" android:entryValues="@array/entry_values" android:defaultValue="0" /> +