mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
25 lines
628 B
XML
25 lines
628 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="theme_song_volume">
|
|
<item>Disabled</item>
|
|
<item>Lowest</item>
|
|
<item>Low</item>
|
|
<item>Medium</item>
|
|
<item>High</item>
|
|
<item>Full</item>
|
|
</string-array>
|
|
|
|
<string-array name="app_theme_colors">
|
|
<item>Purple</item>
|
|
<item>Blue</item>
|
|
<item>Green</item>
|
|
<item>Orange</item>
|
|
</string-array>
|
|
|
|
<string-array name="skip_behaviors">
|
|
<item>Ignore</item>
|
|
<item>Skip automatically</item>
|
|
<item>Ask to skip</item>
|
|
</string-array>
|
|
|
|
</resources>
|