First message sent from the Android application

This commit is contained in:
Pierre
2017-12-23 12:12:58 +01:00
parent 7f3a6eca4d
commit b45c7d1fd9
5 changed files with 132 additions and 1 deletions

View File

@ -14,4 +14,7 @@
<color name="conversation_user_messages_textColor">#FFFFFF</color>
<color name="conversation_otheruser_messages_background">#D8D8D8</color>
<color name="conversation_otheruser_messages_textColor">#000000</color>
<!-- Conversations footer -->
<color name="conversation_footer_bg">#8c9eff</color>
</resources>

View File

@ -53,4 +53,8 @@
<string name="err_get_user_info">Couldn\'t get user information !</string>
<string name="fragment_conversation_err_load_message">Could not load messages!</string>
<string name="fragment_conversation_message_image">Conversation message image</string>
<string name="conversation_message_send">Send</string>
<string name="conversation_message_err_too_short">The length of the message is too short !</string>
<string name="conversation_message_err_send">The message could not be sent! Please check your message and try again…</string>
<string name="fragment_conversation_new_message_placeholder">New message…</string>
</resources>