1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-11 03:24:50 +00:00
syncthing-android/src/main/res/values/arrays.xml

17 lines
400 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources translatable="false">
<string-array name="compress_values">
<item>never</item>
<item>metadata</item>
<item>always</item>
</string-array>
<string-array name="notification_type_entry_values">
<item>normal</item>
<item>low_priority</item>
<item>none</item>
</string-array>
</resources>