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
|
|
@ -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