Reorganized some settings. Fix last tab.
This commit is contained in:
parent
a892ffb75f
commit
1c57bbf618
8 changed files with 40 additions and 62 deletions
|
|
@ -116,7 +116,7 @@
|
|||
<string name="pref_header_now_playing_screen">Now playing</string>
|
||||
<string name="pref_title_general_theme">General theme</string>
|
||||
<string name="pref_header_audio">Audio</string>
|
||||
<string name="pref_header_general">General</string>
|
||||
<string name="pref_header_library">Library</string>
|
||||
<string name="pref_header_images">Images</string>
|
||||
<string name="pref_header_lockscreen">Lockscreen</string>
|
||||
<string name="pref_header_playlists">Playlists</string>
|
||||
|
|
@ -134,6 +134,7 @@
|
|||
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
|
||||
<string name="pref_title_last_added_interval">Last added playlist interval</string>
|
||||
<string name="pref_title_synchronized_lyrics_show">Show synchronized lyrics</string>
|
||||
<string name="pref_title_remember_last_tab">Remember last tab</string>
|
||||
<string name="no_equalizer">No equalizer found.</string>
|
||||
<string name="no_audio_ID">"Play a song first, then try again."</string>
|
||||
<string name="delete_action">Delete</string>
|
||||
|
|
@ -167,6 +168,7 @@
|
|||
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the primary color.</string>
|
||||
<string name="pref_summary_audio_ducking">Notifications, navigation etc.</string>
|
||||
<string name="pref_summary_synchronized_lyrics_show">Currently only synchronized lyrics in LRC format are supported. Either embedded or as a separate file.</string>
|
||||
<string name="pref_summary_remember_last_tab">Go to the last opened tab on launch</string>
|
||||
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
|
||||
<string name="search_hint">Search your library…</string>
|
||||
<string name="favorites">Favorites</string>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,4 @@
|
|||
<resources>
|
||||
<string-array name="pref_start_page_list_titles">
|
||||
<item>@string/last_opened</item>
|
||||
<item>@string/songs</item>
|
||||
<item>@string/albums</item>
|
||||
<item>@string/artists</item>
|
||||
<item>@string/playlists</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_start_page_list_values">
|
||||
<item>-1</item>
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_general_theme_list_titles">
|
||||
<item>@string/light_theme_name</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue