diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-06-12 13:50:14 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-06-12 13:50:14 -0700 |
commit | 417d2b047cad0b7e68a1420b3fd7e9189f314409 (patch) | |
tree | f8ebbe5407d6151d7b20cd90282e04a59f55d6f3 /subsonic-android/res/xml | |
parent | f3dde60ac3f6fac612360732717f1411bc854059 (diff) | |
download | dsub-417d2b047cad0b7e68a1420b3fd7e9189f314409.tar.gz dsub-417d2b047cad0b7e68a1420b3fd7e9189f314409.tar.bz2 dsub-417d2b047cad0b7e68a1420b3fd7e9189f314409.zip |
Add option to display track number in front of song titles
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r-- | subsonic-android/res/xml/settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml index d3618ffa..af2b567a 100644 --- a/subsonic-android/res/xml/settings.xml +++ b/subsonic-android/res/xml/settings.xml @@ -23,6 +23,12 @@ android:entryValues="@array/themeValues" android:entries="@array/themeNames"/> + <CheckBoxPreference + android:title="@string/settings.track_title" + android:summary="@string/settings.track_summary" + android:key="displayTrack" + android:defaultValue="false"/> + </PreferenceCategory> <PreferenceCategory |