]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/arrays.xml
Add "system theme" to theme options
[Dictionary.git] / res / values / arrays.xml
index db7948824d6581a69a01826fe69f25f95700311f..1cac2f67d86968321a7dd03c798c50cddfc69cb6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 
-  <string-array name="fontKeys">
+  <string-array name="fontKeys" translatable="false">
     <item>FreeSerif.otf.jpg</item>
     <item>SYSTEM</item>
     <item>SERIF</item>
     <item>System sans-serif</item>
     <item>System monospace</item>
   </string-array>
-    
-  <string-array name="themeKeys">
+
+  <string-array name="themeKeys" translatable="false">
     <item>themeLight</item>
     <item>themeDefault</item>
+    <item>themeSystem</item>
   </string-array>
 
   <string-array name="themes">
     <item>Light theme</item>
-    <item>Default theme</item>
+    <item>Dark theme (default)</item>
+    <item>System theme</item>
   </string-array>
-  
+
 </resources>