Show vote unavailable message if the vote buttons of an archived post are clicked.

This commit is contained in:
Alex Ning
2019-08-02 18:06:01 +08:00
parent b42db1fbfe
commit 70e65565ae
7 changed files with 69 additions and 18 deletions

View File

@@ -27,4 +27,6 @@
<color name="roundedBottomSheetPrimaryBackground">#FFFFFF</color>
<color name="roundedBottomSheetPrimaryNavigationBarColor">#000000</color>
<color name="voteUnavailableVoteButtonColor">#F0F0F0</color>
</resources>

View File

@@ -149,4 +149,6 @@
<string name="open_link_with">Open link with</string>
<string name="no_browser_found">No browser found</string>
<string name="archived_post_vote_unavailable">Archived post. Vote unavailable.</string>
</resources>