Add a mic icon if the user is the submitter in comments. Add a mod icon if the user is a moderator. Tweak the vertical bar colors in comments in dark theme.

This commit is contained in:
Alex Ning
2019-09-27 12:43:06 +08:00
parent 837e461451
commit edf85c2bc3
11 changed files with 88 additions and 15 deletions

View File

@@ -71,4 +71,8 @@
<color name="commentVerticalBar7">#EE4602</color>
<color name="greyTabBackgroundColor">@color/colorPrimary</color>
<color name="submitter">#EE8A02</color>
<color name="moderator">#00BA81</color>
</resources>