2021-10-31 16:01:50 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="pref_key_equalizer"
|
|
|
|
android:title="@string/pref_header_equalizer">
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:defaultValue="off"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:entries="@array/sony_equalizer_mode_names"
|
|
|
|
android:entryValues="@array/sony_equalizer_mode_values"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_mode"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:summary="%s"
|
|
|
|
android:title="@string/sony_equalizer" />
|
|
|
|
|
|
|
|
<PreferenceScreen
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:key="pref_sony_equalizer_preset_manual"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_header_sony_equalizer_preset_manual">
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="pref_key_equalizer"
|
|
|
|
android:title="@string/pref_header_sony_equalizer_preset_manual">
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_manual_band_400"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_400" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_manual_band_1000"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_1000" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_manual_band_2500"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_2500" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_manual_band_6300"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_6300" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_manual_band_16000"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_16000" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_speaker"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_manual_clear_bass"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_clear_bass" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
<PreferenceScreen
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:key="pref_sony_equalizer_preset_custom_1"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_header_sony_equalizer_preset_custom_1">
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="pref_key_equalizer"
|
|
|
|
android:title="@string/pref_header_sony_equalizer_preset_custom_1">
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_1_band_400"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_400" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_1_band_1000"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_1000" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_1_band_2500"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_2500" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_1_band_6300"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_6300" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_1_band_16000"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_16000" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_speaker"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_1_clear_bass"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_clear_bass" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
<PreferenceScreen
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:key="pref_sony_equalizer_preset_custom_2"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_header_sony_equalizer_preset_custom_2">
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="pref_key_equalizer"
|
|
|
|
android:title="@string/pref_header_sony_equalizer_preset_custom_2">
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_2_band_400"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_400" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_2_band_1000"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_1000" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_2_band_2500"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_2500" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_2_band_6300"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_6300" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_graphic_eq"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_2_band_16000"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_band_16000" />
|
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="10"
|
|
|
|
android:icon="@drawable/ic_speaker"
|
2021-11-18 22:33:07 +01:00
|
|
|
android:key="pref_sony_equalizer_custom_2_clear_bass"
|
2021-10-31 16:01:50 +01:00
|
|
|
android:max="20"
|
|
|
|
android:title="@string/sony_equalizer_clear_bass" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceCategory>
|
|
|
|
</androidx.preference.PreferenceScreen>
|