diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-01-22 20:35:47 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-01-22 20:35:47 +0000 |
commit | 7600d1f5dd2da58e657987f93704f5cfa4c9f69b (patch) | |
tree | 344518848b4aefa1ca7d0896bf21293c52dad9a6 /app/src/main | |
parent | 883e4ef9ebe7568b9387d238322bd8d4a9323de9 (diff) | |
download | infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.tar infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.tar.gz infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.tar.bz2 infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.tar.lz infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.tar.xz infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.tar.zst infinity-for-reddit-7600d1f5dd2da58e657987f93704f5cfa4c9f69b.zip |
Fix explanations of some color options.
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index aa5a36b4..b1bbaa47 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -761,9 +761,9 @@ <string name="theme_item_color_primary_dark">Color Primary Dark</string> <string name="theme_item_color_primary_dark_detail">Applied to: Status Bar</string> <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_accent_detail">Applied to: Progress Bar and background of Floating Action Button, etc</string> <string name="theme_item_color_primary_light_theme">Color Primary Light Theme</string> - <string name="theme_item_color_primary_light_theme_detail">Applied to: background of Floating Action Button and Button</string> + <string name="theme_item_color_primary_light_theme_detail">Applied to: 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> |