2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-08-30 14:59:30 +05:30
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2018-07-27 18:37:33 +05:30
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
2019-06-02 15:40:33 +05:30
|
|
|
app:enableCopying="true"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="ignore_media_store_artwork"
|
|
|
|
android:summary="@string/pref_summary_ignore_media_store_artwork"
|
|
|
|
android:title="@string/pref_title_ignore_media_store_artwork" />
|
|
|
|
|
2019-02-19 16:08:51 +05:30
|
|
|
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
2019-06-02 15:40:33 +05:30
|
|
|
app:enableCopying="true"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:defaultValue="only_wifi"
|
|
|
|
android:entries="@array/pref_auto_download_images_titles"
|
|
|
|
android:entryValues="@array/pref_auto_download_images_values"
|
|
|
|
android:key="auto_download_images_policy"
|
|
|
|
android:title="@string/pref_title_auto_download_artist_images" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</androidx.preference.PreferenceScreen>
|