Added option to disable changing song by swiping anywhere on the now playing screen
This commit is contained in:
parent
7c5a97c410
commit
8db4afa502
5 changed files with 22 additions and 6 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue