Display an archived icon if the post is archived. Display a locked icon if the post is locked.

This commit is contained in:
Alex Ning
2019-08-26 17:06:50 +08:00
parent 1da0e08552
commit b29bbf4321
8 changed files with 189 additions and 32 deletions

View File

@@ -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>