Fixed clicking username in comments in user's comment section opening current accout profile. Fixed downvote state would not retain after orientation change. Reverse the color of upvote and downvote buttons.

This commit is contained in:
Alex Ning
2019-09-10 09:23:49 +08:00
parent c50da35b4f
commit f4515514c1
3 changed files with 7 additions and 7 deletions

View File

@@ -28,9 +28,9 @@
<color name="roundedBottomSheetPrimaryNavigationBarColor">@color/roundedBottomSheetPrimaryBackground</color>
<color name="upvoted">#007DDE</color>
<color name="upvoted">#E91E63</color>
<color name="downvoted">#E91E63</color>
<color name="downvoted">#007DDE</color>
<color name="voteAndReplyUnavailableVoteButtonColor">#F0F0F0</color>