aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-26 09:06:50 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-26 09:06:50 +0000
commitb29bbf4321205a665ed74ecf05b54205d34d0840 (patch)
tree091285ed853b05061c3ee2f766fdef5ef0e20a59 /app/src/main/res/values
parent1da0e08552fbd5564eb7df539ec0d15d8201c1fa (diff)
downloadinfinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.tar
infinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.tar.gz
infinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.tar.bz2
infinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.tar.lz
infinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.tar.xz
infinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.tar.zst
infinity-for-reddit-b29bbf4321205a665ed74ecf05b54205d34d0840.zip
Display an archived icon if the post is archived. Display a locked icon if the post is locked.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 65c75a1d..a83bdede 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -51,4 +51,8 @@
<color name="singleCommentThreadBackgroundColor">#B3E5F9</color>
<color name="unreadMessageBackgroundColor">#B3E5F9</color>
+
+ <color name="archivedTint">#B4009F</color>
+
+ <color name="lockedIconTint">#EE7302</color>
</resources>