mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Added the option to set the size of the cover images
This commit is contained in:
parent
34818473da
commit
c522382da2
5 changed files with 40 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue