Show a snackbar when sending comment and sending comment fails. Display the sent comment data after the comment is sent.

This commit is contained in:
Alex Ning
2019-06-14 11:58:52 +08:00
parent f69ae29bb9
commit 72d811186f
9 changed files with 151 additions and 55 deletions

View File

@@ -72,6 +72,8 @@
<string name="lazy_mode_stop">Lazy Mode stopped</string>
<string name="write_comment_hint">Your interesting thoughts here</string>
<string name="sending_comment">Sending</string>
<string name="send_comment_failed">Could not send this comment</string>
<string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
</resources>