mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Removed unused preference
This commit is contained in:
parent
a54ba3ddaf
commit
90df6e5fc9
3 changed files with 9 additions and 45 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<PreferenceCategory app:title="@string/settings_title_data">
|
||||
<ListPreference
|
||||
app:defaultValue="200000000"
|
||||
app:defaultValue="500"
|
||||
app:dialogTitle="@string/settings_covers_cache"
|
||||
app:entries="@array/pref_cache_size_titles"
|
||||
app:entryValues="@array/pref_cache_size_values"
|
||||
|
|
@ -34,15 +34,6 @@
|
|||
app:title="@string/settings_covers_cache"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="200000000"
|
||||
app:dialogTitle="@string/settings_media_cache"
|
||||
app:entries="@array/pref_media_cache_size_titles"
|
||||
app:entryValues="@array/pref_media_cache_size_values"
|
||||
app:key="media_cache_size"
|
||||
app:title="@string/settings_media_cache"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="-1"
|
||||
app:dialogTitle="@string/settings_image_size"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue