diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-09-19 19:08:46 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-09-19 19:08:46 +0000 |
commit | e6dd1c3aacfbb47380b775442e149d1d39f5266e (patch) | |
tree | 25e30f62a4f5d4b0bb204169a5797c75e9cc602e /app/src/main/res | |
parent | 78ea14b3ae7d8f769ee869a654390dd376aee50f (diff) | |
download | infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.tar infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.tar.gz infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.tar.bz2 infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.tar.lz infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.tar.xz infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.tar.zst infinity-for-reddit-e6dd1c3aacfbb47380b775442e149d1d39f5266e.zip |
New theme item: filled card view background color and read post filled card view background color.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1aaeb2ec..c6e755e8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -803,6 +803,10 @@ <string name="theme_item_card_view_background_color_detail">Applied to: Post background and message background</string> <string name="theme_item_read_post_card_view_background_color">Read Post Card View Background Color</string> <string name="theme_item_read_post_card_view_background_color_detail">Applied to: Read Post background</string> + <string name="theme_item_filled_card_view_background_color">Filled Card View Background Color</string> + <string name="theme_item_filled_card_view_background_color_detail">Applied to: Background of a post in a filled card view, some edit text fields</string> + <string name="theme_item_read_post_filled_card_view_background_color">Read Post Filled Card View Background Color</string> + <string name="theme_item_read_post_filled_card_view_background_color_detail">Applied to: Background of a read post in a filled card view</string> <string name="theme_item_comment_background_color">Comment Background Color</string> <string name="theme_item_comment_background_color_detail">Applied to: Comment background</string> <string name="theme_item_fully_collapsed_comment_background_color">Fully-Collapsed Comment Background Color</string> |