diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-05 02:28:49 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-05 02:28:49 +0000 |
commit | fc73816a40fc58e1c6e11babdaf43f9aa9e76b40 (patch) | |
tree | f620f81332e8c67aa63c96dd55dc5aced6880bbc /app/src/main/res/values/arrays.xml | |
parent | a18ae7d62e3a5de58adbbefb44e84d80e5c231fc (diff) | |
download | infinity-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/arrays.xml')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 6 |
1 files changed, 6 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> |