prepare for new library preference

This commit is contained in:
dkanada 2020-08-29 19:11:40 +09:00
commit 518352f7a0
6 changed files with 18 additions and 18 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_now_playing_screen">
<com.dkanada.gramophone.preferences.NowPlayingScreenPreference
app:iconSpaceReserved="false"
android:key="now_playing_screen"
android:title="@string/pref_title_now_playing_screen_appearance" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
</androidx.preference.PreferenceScreen>