Added option to use circular play button
This commit is contained in:
parent
e328ac116e
commit
09572b2551
12 changed files with 30 additions and 43 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue