mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-21 09:25:21 +01:00
Code Cleanup
This commit is contained in:
parent
ccf3b7f6a5
commit
6ec2e6ee9a
10 changed files with 14 additions and 36 deletions
|
@ -2,15 +2,6 @@
|
|||
<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"
|
||||
app:isPreferenceVisible="@bool/isNotOreo"/>
|
||||
|
||||
<code.name.monkey.retromusic.preferences.DurationPreference
|
||||
android:defaultValue="0"
|
||||
android:key="audio_fade_duration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue