mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-01 14:23:31 +00:00
First message sent from the Android application
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user