mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Added the option to set the size of the cover images
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user