[feat] - Manage audio focus
This commit is contained in:
parent
f86c30c608
commit
67e9707b10
39 changed files with 86 additions and 1 deletions
|
@ -17,6 +17,13 @@
|
|||
android:summary="@string/pref_summary_audio_fade"
|
||||
android:title="@string/pref_title_audio_fade" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="manage_audio_focus"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_manage_audio_focus"
|
||||
android:title="@string/pref_title_manage_audio_focus" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESeekBarPreference
|
||||
android:defaultValue="0"
|
||||
android:key="cross_fade_duration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue