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-16 23:40:28 +05:30
|
|
|
android:defaultValue="false"
|
2019-06-02 18:58:14 +05:30
|
|
|
app:icon="@drawable/ic_image_white_24dp"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:key="ignore_media_store_artwork"
|
|
|
|
android:summary="@string/pref_summary_ignore_media_store_artwork"
|
2019-06-02 18:58:14 +05:30
|
|
|
android:title="@string/pref_title_ignore_media_store_artwork"
|
|
|
|
app:enableCopying="true" />
|
2018-07-27 18:37:33 +05:30
|
|
|
|
2019-02-19 16:08:51 +05:30
|
|
|
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
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"
|
2019-06-02 18:58:14 +05:30
|
|
|
android:title="@string/pref_title_auto_download_artist_images"
|
|
|
|
app:enableCopying="true" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</androidx.preference.PreferenceScreen>
|