aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-04-01 14:39:38 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-04-01 14:39:38 +0000
commit5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c (patch)
tree6435d376e138fad4eb800d63f4c4d4e3e5e2826c /app/src/main/res
parent3feee882c644d1e30935989de844d990b3625a6d (diff)
downloadinfinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.tar
infinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.tar.gz
infinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.tar.bz2
infinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.tar.lz
infinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.tar.xz
infinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.tar.zst
infinity-for-reddit-5f7ac4349f1e0c0b7e44d49f3edb9469a428dc7c.zip
Add white themes.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7e024f40..fc00e0f6 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -490,7 +490,7 @@
<string name="theme_item_color_accent">Color Accent</string>
<string name="theme_item_color_accent_detail">Applied to: Progress Bar, etc</string>
<string name="theme_item_color_primary_light_theme">Color Primary Light Theme</string>
- <string name="theme_item_color_primary_light_theme_detail">Has effect only when this theme is set as light theme.\nApplied to: background of Floating Action Button and Button</string>
+ <string name="theme_item_color_primary_light_theme_detail">Applied to: background of Floating Action Button and Button</string>
<string name="theme_item_primary_text_color">Primary Text Color</string>
<string name="theme_item_primary_text_color_detail">Applied to: Primary text</string>
<string name="theme_item_secondary_text_color">Secondary Text Color</string>
@@ -620,6 +620,9 @@
<string name="theme_name_indigo">Indigo</string>
<string name="theme_name_indigo_dark">Indigo Dark</string>
<string name="theme_name_indigo_amoled">Indigo Amoled</string>
+ <string name="theme_name_white">White</string>
+ <string name="theme_name_white_dark">White Dark</string>
+ <string name="theme_name_white_amoled">White Amoled</string>
<string name="create_light_theme">Create a Light Theme\nBase on Indigo Theme</string>
<string name="create_dark_theme">Create a Dark Theme\nBase on Indigo Dark Theme</string>
<string name="create_amoled_theme">Create an Amoled Theme\nBase on Indigo Amoled Theme</string>