Cleaned up and rewrote big parts of the MusicService. Added gapless playback option in settings.
This commit is contained in:
parent
1908d1fe78
commit
3bdecbebe4
10 changed files with 471 additions and 271 deletions
|
|
@ -11,6 +11,14 @@
|
|||
android:summary="@string/pref_summary_fade_play_pause"
|
||||
android:widgetLayout="@layout/preference_dynamic_checkbox" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:layout="@layout/preference_custom"
|
||||
android:defaultValue="true"
|
||||
android:key="gapless_playback"
|
||||
android:title="@string/pref_title_gapless_playback"
|
||||
android:summary="@string/pref_summary_gapless_playback"
|
||||
android:widgetLayout="@layout/preference_dynamic_checkbox" />
|
||||
|
||||
<Preference
|
||||
android:layout="@layout/preference_custom"
|
||||
android:key="equalizer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue