diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-02-26 08:12:14 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-02-26 08:12:14 +0000 |
commit | 6f4fc732620bf97c0cb0315a47b707f80a6449c6 (patch) | |
tree | b51d05d495969a3f1df9960bb8772600c962fece /app/src/main/res/values | |
parent | 659cfa511d03924f986450c70e28631eca429912 (diff) | |
download | infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.gz infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.bz2 infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.lz infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.xz infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.zst infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.zip |
Upvote ratio and different username color for comments sent by the current account.
Diffstat (limited to 'app/src/main/res/values')
-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 1825ef3e..5278ec55 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -758,6 +758,8 @@ <string name="theme_item_locked_icon_tint_detail">Applied to: Locked icon</string> <string name="theme_item_crosspost_icon_tint">Crosspost Icon Color</string> <string name="theme_item_crosspost_icon_tint_detail">Applied to: Crosspost icon</string> + <string name="theme_item_upvote_ratio_icon_tint">Upvote Ratio Icon Color</string> + <string name="theme_item_upvote_ratio_icon_tint_detail">Applied to: Upvote ratio icon</string> <string name="theme_item_stickied_post_icon_tint">Stickied Post Icon Color</string> <string name="theme_item_stickied_post_icon_tint_detail">Applied to: Stickied post icon</string> <string name="theme_item_no_preview_post_type_icon_tint">No-preview Post Type Icon Color</string> @@ -776,6 +778,8 @@ <string name="theme_item_submitter_color_detail">Applied to: Submitter in comments</string> <string name="theme_item_moderator_color">Moderator</string> <string name="theme_item_moderator_color_detail">Applied to: Moderator in comments</string> + <string name="theme_item_current_user_color">Current User</string> + <string name="theme_item_current_user_color_detail">Applied to: Current user in comments</string> <string name="theme_item_single_comment_thread_background_color">Single Comment Thread Background Color</string> <string name="theme_item_single_comment_thread_background_color_detail">Applied to: Single Comment</string> <string name="theme_item_unread_message_background_color">Unread Message Background Color</string> |