Added the color white to the notification colors of the LED.

This commit is contained in:
Jens Füllenbach 2014-02-27 23:45:44 +01:00 committed by Moxie Marlinspike
parent 2f7c005c23
commit 003ebe6364
2 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@
<item>@string/preferences__orange</item>
<item>@string/preferences__cyan</item>
<item>@string/preferences__magenta</item>
<item>@string/preferences__white</item>
</string-array>
@ -91,6 +92,7 @@
<item>yellow</item>
<item>cyan</item>
<item>magenta</item>
<item>white</item>
</string-array>
<string-array name="pref_led_blink_pattern_entries">

View File

@ -689,6 +689,7 @@
<string name="preferences__orange">Orange</string>
<string name="preferences__cyan">Cyan</string>
<string name="preferences__magenta">Magenta</string>
<string name="preferences__white">White</string>
<string name="preferences__fast">Fast</string>
<string name="preferences__normal">Normal</string>
<string name="preferences__slow">Slow</string>