diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-07 04:07:35 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-07 04:07:35 +0000 |
commit | b39f90e2756c12e92dd50eb1dccea142b5e57d9d (patch) | |
tree | d8c5c08bf2fa6bb57405580aa4ade81ff091d0e0 /app/src/main/res/values | |
parent | a4b95aee241b1d4f79b709ce06b95b0818a130af (diff) | |
download | infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.gz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.bz2 infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.lz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.xz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.zst infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.zip |
Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. NoPreviewPostTypeIconTint is available in custom theme.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c41f082e..bf0a7866 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -715,6 +715,8 @@ <string name="theme_item_crosspost_icon_tint_detail">Applied to: Crosspost 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> + <string name="theme_item_no_preview_post_type_icon_tint_detail">Applied to: Icon indicating the type of post when there is no preview available</string> <string name="theme_item_subscribed_color">Subscribed</string> <string name="theme_item_subscribed_color_detail">Applied to: Unsubscribe button</string> <string name="theme_item_unsubscribed_color">Unsubscribed</string> @@ -735,8 +737,8 @@ <string name="theme_item_unread_message_background_color_detail">Applied to: Unread Message Background Color</string> <string name="theme_item_divider_color">Divider Color</string> <string name="theme_item_divider_color_detail">Applied to: Comment divider, dividers in pages for submitting posts, etc.</string> - <string name="theme_item_no_preview_link_background_color">No-Preview Link Background Color</string> - <string name="theme_item_no_preview_link_background_color_detail">Applied to: No-preview link placeholder</string> + <string name="theme_item_no_preview_post_type_background_color">No-preview Post Type Background Color</string> + <string name="theme_item_no_preview_post_type_background_color_detail">Applied to: Placeholder indicating the type of post when there is no preview available</string> <string name="theme_item_vote_and_reply_unavailable_button_color">Vote and Reply Unavailable Button Color</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">Applied to: Vote and reply buttons (Unavailable)</string> <string name="theme_item_comment_vertical_bar_color_1">Comment Vertical Bar Color 1</string> |