Removed the fade in/out on play/pause option because it caused bugs with the audiofocus and complicated the development. -> Fixed the audiofocus problem where the music wont start playing again when gaining focus back.
This commit is contained in:
parent
54de0bb2cc
commit
593211bd2b
6 changed files with 30 additions and 106 deletions
|
|
@ -4,24 +4,16 @@
|
|||
<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" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:layout="@layout/preference_custom"
|
||||
android:defaultValue="false"
|
||||
android:key="gapless_playback"
|
||||
android:title="@string/pref_title_gapless_playback"
|
||||
android:layout="@layout/preference_custom"
|
||||
android:summary="@string/pref_summary_gapless_playback"
|
||||
android:title="@string/pref_title_gapless_playback"
|
||||
android:widgetLayout="@layout/preference_dynamic_checkbox" />
|
||||
|
||||
<Preference
|
||||
android:layout="@layout/preference_custom"
|
||||
android:key="equalizer"
|
||||
android:layout="@layout/preference_custom"
|
||||
android:title="@string/equalizer" />
|
||||
|
||||
</com.kabouzeid.gramophone.prefs.DynamicPreferenceCategory>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue