Added option to use circular play button

This commit is contained in:
Prathamesh More 2022-01-20 19:52:19 +05:30
parent e328ac116e
commit 09572b2551
12 changed files with 30 additions and 43 deletions

View file

@ -33,8 +33,14 @@
android:defaultValue="false"
android:key="screen_on_lyrics"
android:layout="@layout/list_item_view_switch"
android:title="@string/pref_title_lyrics_screen_on"
android:summary="@string/pref_keep_screen_on_summary"/>
android:summary="@string/pref_keep_screen_on_summary"
android:title="@string/pref_title_lyrics_screen_on" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="circle_play_button"
android:layout="@layout/list_item_view_switch"
android:title="@string/pref_title_circle_button" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
android:layout="@layout/preference_category_title"