mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Added the option to set the size of the cover images
This commit is contained in:
@@ -44,4 +44,16 @@
|
||||
<item>400000000</item>
|
||||
<item>200000000</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_image_size_titles">
|
||||
<item>High</item>
|
||||
<item>Normal</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_image_size_values">
|
||||
<item>-1</item>
|
||||
<item>500</item>
|
||||
<item>300</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -6,6 +6,7 @@
|
||||
<string name="theme_selection">Choose theme</string>
|
||||
<string name="covers_cache">Covers cache</string>
|
||||
<string name="media_cache">Media cache</string>
|
||||
<string name="image_size">Cover size</string>
|
||||
<string name="library_menu_label">Library</string>
|
||||
<string name="home_menu_label">Home</string>
|
||||
<string name="search_menu_label">Search</string>
|
||||
|
||||
@@ -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