aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 20:14:22 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 20:14:22 +0200
commitcd31daea233fa69b7322400dad7b3d6404cd889e (patch)
treead08e6d972c1f4845dd84f102d1d36b6abf24cb7 /src/main/res/values/arrays.xml
parenta7defe344b9d56f5d2f9c63b6ba312c3d65ea2b2 (diff)
made font size selectable
Diffstat (limited to 'src/main/res/values/arrays.xml')
-rw-r--r--src/main/res/values/arrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index 7d7823a46..fe18139fd 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -103,4 +103,14 @@
<item>@string/default_off</item>
</string-array>
+ <string-array name="font_size_entry_values">
+ <item>small</item>
+ <item>medium</item>
+ <item>large</item>
+ </string-array>
+ <string-array name="font_size_entries">
+ <item>@string/small</item>
+ <item>@string/medium</item>
+ <item>@string/large</item>
+ </string-array>
</resources>