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
|
@ -347,6 +347,7 @@
|
|||
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
|
||||
<string name="pref_summary_show_lyrics">Display synced lyrics over album cover</string>
|
||||
<string name="pref_summary_suggestions">Show New Music Mix on homescreen</string>
|
||||
<string name="pref_summary_swipe_anywhere_now_playing">Enables changing song by swiping anywhere on the now playing screen</string>
|
||||
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
|
||||
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
|
||||
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
|
||||
|
@ -390,6 +391,7 @@
|
|||
<string name="pref_title_remember_tab">Remember last tab</string>
|
||||
<string name="pref_title_show_lyrics">Show lyrics</string>
|
||||
<string name="pref_title_suggestions">Show suggestions</string>
|
||||
<string name="pref_title_swipe_anywhere_now_playing">Swipe anywhere to change song</string>
|
||||
<string name="pref_title_tab_text_mode">Tab titles mode</string>
|
||||
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
|
||||
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
|
||||
|
|
|
@ -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