mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Changed to image quality preference
This commit is contained in:
parent
0305af2f9f
commit
a466574e08
25 changed files with 67 additions and 28 deletions
|
|
@ -64,4 +64,16 @@
|
|||
<item>20</item>
|
||||
<item>30</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="image_quality_titles">
|
||||
<item>Top</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="image_quality_values">
|
||||
<item>Top</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
<string name="instant_mix_song_number">Number of songs generated by Instant Mix</string>
|
||||
<string name="similar_items_number">Number of similar items</string>
|
||||
<string name="search_element_per_category">Number of items searched for each category</string>
|
||||
<string name="image_quality">Image quality</string>
|
||||
|
||||
<string name="sync_header">Synchronization</string>
|
||||
<string name="music_sync">Music sync</string>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,15 @@
|
|||
app:key="search_element_per_category"
|
||||
app:title="@string/search_element_per_category"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="Top"
|
||||
app:dialogTitle="@string/image_quality"
|
||||
app:entries="@array/image_quality_titles"
|
||||
app:entryValues="@array/image_quality_values"
|
||||
app:key="image_quality"
|
||||
app:title="@string/image_quality"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/sync_header">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue