Composing message is now available.

This commit is contained in:
Alex Ning
2020-07-08 11:34:27 +08:00
parent 40fd7bf40f
commit 406d82ef52
6 changed files with 148 additions and 14 deletions

View File

@@ -68,6 +68,7 @@
android:paddingBottom="16dp"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/content_font_18"
android:maxLength="100"
android:fontFamily="?attr/content_font_family" />
<View

View File

@@ -155,10 +155,16 @@
<string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
<string name="send_message_username_hint">User</string>
<string name="send_message_subject_hint">Subject</string>
<string name="send_message_subject_hint">Subject (100 characters max)</string>
<string name="send_message_content_hint">Message</string>
<string name="reply_message_failed">Could not reply to this message</string>
<string name="error_getting_message">Error getting this message</string>
<string name="message_username_required">Hey, to whom to you want to send this message?</string>
<string name="message_subject_required">Your message should have a subject</string>
<string name="message_content_required">You need to tell the recipient something</string>
<string name="sending_message">Sending</string>
<string name="send_message_success">Message sent</string>
<string name="send_message_failed">Could not send this message</string>
<string name="select_a_subreddit">Please select a subreddit first</string>
<string name="title_required">The post need a good title</string>