mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 02:21:14 +01:00
14 lines
407 B
XML
14 lines
407 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string-array name="notification_mode">
|
||
|
<item>@string/always</item>
|
||
|
<item>@string/when_screen_off</item>
|
||
|
<item>@string/never</item>
|
||
|
</string-array>
|
||
|
<string-array name="notification_mode_values">
|
||
|
<item>always</item>
|
||
|
<item>when_screen_off</item>
|
||
|
<item>never</item>
|
||
|
</string-array>
|
||
|
|
||
|
</resources>
|