aboutsummaryrefslogtreecommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index cf093e1d..795ae39d 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -369,11 +369,18 @@
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"
android:title="@string/settings.replay_gain_bump"
- android:defaultValue="75"
+ android:defaultValue="150"
myns:max="150"
myns:min="-150"
myns:stepSize="10"
@@ -406,12 +413,6 @@
android:defaultValue="true"/>
<CheckBoxPreference
- android:title="@string/settings.replay_gain"
- android:summary="@string/settings.replay_gain_summary"
- android:key="replayGain"
- android:defaultValue="false"/>
-
- <CheckBoxPreference
android:title="@string/settings.gapless_playback"
android:summary="@string/settings.gapless_playback_summary"
android:key="gaplessPlayback"