Added option to disable changing song by swiping anywhere on the now playing screen

This commit is contained in:
Prathamesh More 2022-01-29 22:35:25 +05:30
parent 7c5a97c410
commit 8db4afa502
5 changed files with 22 additions and 6 deletions

View file

@ -42,6 +42,13 @@
android:layout="@layout/list_item_view_switch_no_title"
android:title="@string/pref_title_circle_button" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="true"
android:key="swipe_anywhere_now_playing"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_swipe_anywhere_now_playing"
android:title="@string/pref_title_swipe_anywhere_now_playing" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
android:layout="@layout/preference_category_title"
android:title="@string/pref_header_album">