mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +01:00
c7b4f295a1
Configurable for sms, k9, incoming calls, pebble messages, generic notifications. Color is unfortunately not configurable so far, see #37 Closes #29 Currently provided profiles are - staccato - short - medium - long - waterdrop - ring - alarm clock
13 lines
531 B
XML
13 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Note: these are not translated! They are used as preference keys -->
|
|
<item name="p_staccato" type="string">staccato</item>
|
|
<item name="p_short" type="string">short</item>
|
|
<item name="p_medium" type="string">medium</item>
|
|
<item name="p_long" type="string">long</item>
|
|
<item name="p_waterdrop" type="string">waterdrop</item>
|
|
<item name="p_ring" type="string">ring</item>
|
|
<item name="p_alarm_clock" type="string">alarm_clock</item>
|
|
|
|
</resources>
|