Improved settings screen
This commit is contained in:
parent
960657878e
commit
a81e80764d
11 changed files with 96 additions and 28 deletions
|
@ -3,17 +3,18 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
app:enableCopying="true"
|
||||
android:defaultValue="true"
|
||||
app:icon="@drawable/ic_image_white_24dp"
|
||||
android:key="ignore_media_store_artwork"
|
||||
android:summary="@string/pref_summary_ignore_media_store_artwork"
|
||||
android:title="@string/pref_title_ignore_media_store_artwork" />
|
||||
android:title="@string/pref_title_ignore_media_store_artwork"
|
||||
app:enableCopying="true" />
|
||||
|
||||
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
||||
app:enableCopying="true"
|
||||
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" />
|
||||
android:title="@string/pref_title_auto_download_artist_images"
|
||||
app:enableCopying="true" />
|
||||
</androidx.preference.PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue