Preferences update, play theme song volume

This commit is contained in:
Damontecres 2025-10-06 12:34:27 -04:00
parent 3a255fcd8a
commit 628771211d
No known key found for this signature in database
8 changed files with 206 additions and 37 deletions

View file

@ -0,0 +1,12 @@
<?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>
</resources>