mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Added the color white to the notification colors of the LED.
This commit is contained in:
parent
2f7c005c23
commit
003ebe6364
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user