aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-08-05 02:28:49 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-08-05 02:28:49 +0000
commitfc73816a40fc58e1c6e11babdaf43f9aa9e76b40 (patch)
treef620f81332e8c67aa63c96dd55dc5aced6880bbc /app/src/main/res/values
parenta18ae7d62e3a5de58adbbefb44e84d80e5c231fc (diff)
downloadinfinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.tar
infinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.tar.gz
infinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.tar.bz2
infinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.tar.lz
infinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.tar.xz
infinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.tar.zst
infinity-for-reddit-fc73816a40fc58e1c6e11babdaf43f9aa9e76b40.zip
Extra small font size
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/arrays.xml6
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--app/src/main/res/values/styles.xml25
3 files changed, 32 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 79229db3..51015180 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -104,6 +104,7 @@
</string-array>
<string-array name="settings_font_size">
+ <item>@string/extra_small</item>
<item>@string/small</item>
<item>@string/normal</item>
<item>@string/large</item>
@@ -111,6 +112,7 @@
</string-array>
<string-array name="settings_font_size_values">
+ <item>XSmall</item>
<item>Small</item>
<item>Normal</item>
<item>Large</item>
@@ -118,6 +120,7 @@
</string-array>
<string-array name="settings_title_font_size">
+ <item>@string/extra_small</item>
<item>@string/small</item>
<item>@string/normal</item>
<item>@string/large</item>
@@ -125,6 +128,7 @@
</string-array>
<string-array name="settings_title_font_size_values">
+ <item>XSmall</item>
<item>Small</item>
<item>Normal</item>
<item>Large</item>
@@ -132,6 +136,7 @@
</string-array>
<string-array name="settings_content_font_size">
+ <item>@string/extra_small</item>
<item>@string/small</item>
<item>@string/normal</item>
<item>@string/large</item>
@@ -140,6 +145,7 @@
</string-array>
<string-array name="settings_content_font_size_values">
+ <item>XSmall</item>
<item>Small</item>
<item>Normal</item>
<item>Large</item>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 805449d9..70e98c9d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1172,6 +1172,7 @@
<string name="only_on_wifi">Only on Wifi</string>
<string name="never">Never</string>
<string name="normal">Normal</string>
+ <string name="extra_small">Extra Small</string>
<string name="extra_large">Extra Large</string>
<string name="enormously_large">Enormously Large</string>
<string name="default_in_array">Default</string>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 5edc64cb..40a2c351 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -143,6 +143,15 @@
<style name="FontStyle" />
+ <style name="FontStyle.XSmall">
+ <item name="font_default">10sp</item>
+ <item name="font_10">8sp</item>
+ <item name="font_12">10sp</item>
+ <item name="font_16">12sp</item>
+ <item name="font_18">14sp</item>
+ <item name="font_20">16sp</item>
+ </style>
+
<style name="FontStyle.Small">
<item name="font_default">12sp</item>
<item name="font_10">10sp</item>
@@ -181,6 +190,14 @@
<style name="TitleFontStyle" />
+ <style name="TitleFontStyle.XSmall">
+ <item name="title_font_default">10sp</item>
+ <item name="title_font_12">10sp</item>
+ <item name="title_font_16">12sp</item>
+ <item name="title_font_18">14sp</item>
+ <item name="title_font_20">16sp</item>
+ </style>
+
<style name="TitleFontStyle.Small">
<item name="title_font_default">12sp</item>
<item name="title_font_12">12sp</item>
@@ -215,6 +232,14 @@
<style name="ContentFontStyle" />
+ <style name="ContentFontStyle.XSmall">
+ <item name="content_font_default">10sp</item>
+ <item name="content_font_12">10sp</item>
+ <item name="content_font_16">12sp</item>
+ <item name="content_font_18">14sp</item>
+ <item name="content_font_20">16sp</item>
+ </style>
+
<style name="ContentFontStyle.Small">
<item name="content_font_default">12sp</item>
<item name="content_font_12">12sp</item>