Added the option to set the size of the cover images

This commit is contained in:
CappielloAntonio 2021-08-31 09:58:14 +02:00
parent 34818473da
commit c522382da2
5 changed files with 40 additions and 9 deletions

View file

@ -19,6 +19,15 @@
app:title="@string/media_cache"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="-1"
app:dialogTitle="@string/image_size"
app:entries="@array/pref_image_size_titles"
app:entryValues="@array/pref_image_size_values"
app:key="image_size"
app:title="@string/image_size"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="default"
app:dialogTitle="@string/theme_selection"