PlayerAndroid/app/src/main/res/xml/pref_playlists.xml

19 lines
943 B
XML
Raw Normal View History

2018-08-30 09:29:30 +00:00
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_playlists">
2019-02-19 10:38:51 +00:00
<code.name.monkey.retromusic.preferences.MaterialListPreference
2018-07-27 13:07:33 +00:00
android:defaultValue="this_month"
android:entries="@array/pref_playlists_last_added_interval_titles"
android:entryValues="@array/pref_playlists_last_added_interval_values"
android:key="last_added_interval"
2018-08-30 09:29:30 +00:00
app:iconSpaceReserved="false"
2018-07-27 13:07:33 +00:00
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_last_added_interval" />
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
2018-08-30 09:29:30 +00:00
</androidx.preference.PreferenceScreen>