aboutsummaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 394c268f..af782ac1 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -369,6 +369,13 @@
android:key="replayGain"
android:defaultValue="false"/>
+ <ListPreference
+ android:title="@string/settings.replay_gain_type"
+ android:key="replayGainType"
+ android:defaultValue="1"
+ android:entryValues="@array/replayGainTypeValues"
+ android:entries="@array/replayGainTypeNames"/>
+
<github.daneren2005.dsub.view.SeekBarPreference
android:key="replayGainBump2"
android:dialogLayout="@layout/seekbar_preference"