summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 6a7da58..65a8f7f 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -820,6 +820,33 @@
<item>3</item>
</string-array>
+ <!-- Performance settings -->
+ <string-array name="pref_zram_size_entries">
+ <item>Disabled</item>
+ <item>10%</item>
+ <item>18% (default)</item>
+ <item>26%</item>
+ </string-array>
+
+ <string-array name="pref_zram_size_values" translatable="false">
+ <item>0</item>
+ <item>10</item>
+ <item>18</item>
+ <item>26</item>
+ </string-array>
+
+ <string-array name="dithering_entries" translatable="false">
+ <item>@string/dithering_no_dither</item>
+ <item>@string/dithering_color_banding</item>
+ <item>@string/dithering_blur_effect</item>
+ </string-array>
+
+ <string-array name="dithering_values" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
+
<!-- Profile mode options. -->
<string-array name="profile_entries">
<item>On</item>