mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Preferences update, play theme song volume
This commit is contained in:
parent
3a255fcd8a
commit
628771211d
8 changed files with 206 additions and 37 deletions
12
app/src/main/res/values/preferences.xml
Normal file
12
app/src/main/res/values/preferences.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue