Add synchronized lyrics preference
Fix animations
This commit is contained in:
parent
dbb6250c06
commit
93e2dc0346
10 changed files with 50 additions and 18 deletions
|
|
@ -7,6 +7,12 @@
|
|||
android:key="now_playing_screen_id"
|
||||
android:title="@string/pref_title_now_playing_screen_appearance" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="synchronized_lyrics_show"
|
||||
android:summary="@string/pref_summary_synchronized_lyrics_show"
|
||||
android:title="@string/pref_title_synchronized_lyrics_show" />
|
||||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</android.support.v7.preference.PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue