Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause.
This commit is contained in:
parent
b32feb38fe
commit
257791eff6
13 changed files with 324 additions and 174 deletions
|
|
@ -3,6 +3,14 @@
|
|||
|
||||
<com.kabouzeid.gramophone.prefs.DynamicPreferenceCategory android:title="@string/pref_header_audio">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:layout="@layout/preference_custom"
|
||||
android:defaultValue="true"
|
||||
android:key="fade_play_pause"
|
||||
android:title="@string/pref_title_fade_play_pause"
|
||||
android:summary="@string/pref_summary_fade_play_pause"
|
||||
android:widgetLayout="@layout/preference_dynamic_checkbox" />
|
||||
|
||||
<Preference
|
||||
android:key="equalizer"
|
||||
android:title="@string/equalizer" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue