prepare for new library preference
This commit is contained in:
parent
5346c66f9a
commit
518352f7a0
6 changed files with 18 additions and 18 deletions
14
app/src/main/res/xml/pref_now_playing.xml
Normal file
14
app/src/main/res/xml/pref_now_playing.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue