49 lines
No EOL
2.3 KiB
XML
Executable file
49 lines
No EOL
2.3 KiB
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="audio_ducking"
|
|
android:layout="@layout/list_item_view_switch"
|
|
android:summary="@string/pref_summary_audio_ducking"
|
|
android:title="@string/pref_title_audio_ducking"
|
|
app:icon="@drawable/ic_volume_down_white_24dp" />
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="gapless_playback"
|
|
android:layout="@layout/list_item_view_switch"
|
|
android:summary="@string/pref_summary_gapless_playback"
|
|
android:title="@string/pref_title_gapless_playback" />
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
|
|
android:key="equalizer"
|
|
android:layout="@layout/list_item_view_no_title"
|
|
android:title="@string/equalizer"
|
|
app:icon="@drawable/ic_equalizer_white_24dp" />
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="toggle_headset"
|
|
android:layout="@layout/list_item_view_switch"
|
|
android:summary="@string/pref_summary_toggle_headset"
|
|
android:title="@string/pref_title_toggle_toggle_headset"
|
|
app:icon="@drawable/ic_play_arrow_white_32dp" />
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="toggle_shuffle"
|
|
android:layout="@layout/list_item_view_switch"
|
|
android:summary="@string/pref_summary_toggle_shuffle"
|
|
android:title="@string/pref_title_toggle_toggle_shuffle"
|
|
app:icon="@drawable/ic_shuffle_white_24dp" />
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="bluetooth_playback"
|
|
android:layout="@layout/list_item_view_switch"
|
|
android:summary="@string/pref_summary_bluetooth_playback"
|
|
android:title="@string/pref_title_bluetooth_playback" />
|
|
|
|
</androidx.preference.PreferenceScreen> |