
Add an option to customize whether a song should play from its artist, its album, or all songs when selected.
38 lines
No EOL
1 KiB
XML
38 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<array name="theme_entries">
|
|
<item>@string/setting_theme_auto</item>
|
|
<item>@string/setting_theme_day</item>
|
|
<item>@string/setting_theme_night</item>
|
|
</array>
|
|
|
|
<array name="theme_values">
|
|
<item>AUTO</item>
|
|
<item>LIGHT</item>
|
|
<item>DARK</item>
|
|
</array>
|
|
|
|
<array name="lib_display_entries">
|
|
<item>@string/label_genres</item>
|
|
<item>@string/label_artists</item>
|
|
<item>@string/label_albums</item>
|
|
</array>
|
|
|
|
<array name="lib_display_values">
|
|
<item>SHOW_GENRES</item>
|
|
<item>SHOW_ARTISTS</item>
|
|
<item>SHOW_ALBUMS</item>
|
|
</array>
|
|
|
|
<array name="song_playback_mode_entries">
|
|
<item>@string/label_play_all_songs</item>
|
|
<item>@string/label_play_artist</item>
|
|
<item>@string/label_play_album</item>
|
|
</array>
|
|
|
|
<array name="song_playback_mode_values">
|
|
<item>ALL_SONGS</item>
|
|
<item>IN_ARTIST</item>
|
|
<item>IN_ALBUM</item>
|
|
</array>
|
|
</resources> |