Add synchronized lyrics preference

Fix animations
This commit is contained in:
tkashkin 2017-06-12 03:30:56 +03:00
commit 93e2dc0346
10 changed files with 50 additions and 18 deletions

View file

@ -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>