Change score color if the post is voted.

This commit is contained in:
Alex Ning
2019-09-03 16:42:34 +08:00
parent b61265e17a
commit e2173e0c09
5 changed files with 70 additions and 2 deletions

View File

@@ -51,4 +51,6 @@
<color name="singleCommentThreadBackgroundColor">#123E77</color>
<color name="unreadMessageBackgroundColor">#123E77</color>
<color name="defaultTextColor">#B3FFFFFF</color>
</resources>

View File

@@ -59,4 +59,6 @@
<color name="lockedIconTint">#EE7302</color>
<color name="notificationIconColor">@color/colorPrimary</color>
<color name="defaultTextColor">#8A000000</color>
</resources>