aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-03-31 15:26:26 +0200
committersteckbrief <steckbrief@chefmail.de>2015-03-31 15:26:26 +0200
commit6220260df3a97a18baf32e3f4d70596cc1eec563 (patch)
treeb97ef531522aac490cc06715bd8fca7960b96d8a /src/main/res
parent52ed924a1333448505e83204d3d9b248b2356004 (diff)
Configurable LED color (Attention: Expert setting because currently only text input)
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values-de/strings.xml2
-rw-r--r--src/main/res/xml/preferences.xml5
2 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index 44a7efb2..14e5b091 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -433,4 +433,6 @@
<item quantity="one">%d Kontakt ausgewählt</item>
<item quantity="other">%d Kontakte ausgewählt</item>
</plurals>
+ <string name="pref_led_notification_color">LED-Benachrichtigung Farbe</string>
+ <string name="pref_led_notification_color_summary">Setze die Farbe der LED-Benachrichtigung</string>
</resources>
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index d055f573..adc15c6f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -151,6 +151,11 @@
android:key="keep_foreground_service"
android:title="@string/pref_keep_foreground_service"
android:summary="@string/pref_keep_foreground_service_summary" />
+ <EditTextPreference
+ android:defaultValue="0xffffffff"
+ android:key="led_notification_color"
+ android:title="@string/pref_led_notification_color"
+ android:summary="@string/pref_led_notification_color_summary"/>
</PreferenceCategory>
</PreferenceScreen>