aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-04-18 14:14:17 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-04-18 14:14:17 +0000
commit2d60b732a97141ebe2a434c9c6b2ccfe5886a8da (patch)
treec3b82e47db664649bbcf488bea4a74e783d2c054 /app/src/main/res/values
parent2f72e654eb9b3f92fc03a5b877a4ebcacbdcdab2 (diff)
downloadinfinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.tar
infinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.tar.gz
infinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.tar.bz2
infinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.tar.lz
infinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.tar.xz
infinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.tar.zst
infinity-for-reddit-2d60b732a97141ebe2a434c9c6b2ccfe5886a8da.zip
Add awards background and text color to custom theme. Show only the number of awards on Post Compact Layout.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
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 80a32a3f..2fbdb3c1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -567,6 +567,10 @@
<string name="theme_item_flair_background_color_detail">Applied to: Background of the flair tag</string>
<string name="theme_item_flair_text_color">Flair Text Color</string>
<string name="theme_item_flair_text_color_detail">Applied to: Text color of the flair tag</string>
+ <string name="theme_item_awards_background_color">Awards Background Color</string>
+ <string name="theme_item_awards_background_color_detail">Applied to: Background of the awards tag</string>
+ <string name="theme_item_awards_text_color">Awards Text Color</string>
+ <string name="theme_item_awards_text_color_detail">Applied to: Text color of the awards tag</string>
<string name="theme_item_archived_tint">Archived Icon Color</string>
<string name="theme_item_archived_tint_detail">Applied to: Archived icon</string>
<string name="theme_item_locked_icon_tint">Locked Icon Color</string>