Added option to only download artist images on wifi

This commit is contained in:
Karim Abou Zeid 2016-01-03 01:54:04 +01:00
commit 585fd1013c
9 changed files with 78 additions and 10 deletions

View file

@ -27,4 +27,16 @@
<item>2</item>
</string-array>
<string-array name="pref_auto_download_images_titles">
<item>@string/always</item>
<item>@string/only_on_wifi</item>
<item>@string/never</item>
</string-array>
<string-array name="pref_auto_download_images_values">
<item>always</item>
<item>only_wifi</item>
<item>never</item>
</string-array>
</resources>