Display conversations and groups even if they're empty.

This commit is contained in:
akwizgran
2013-04-13 16:22:12 +01:00
parent 019c8163cf
commit 084b83bb45
11 changed files with 209 additions and 129 deletions

View File

@@ -4,6 +4,7 @@
<color name="content_background">#FFFFFF</color>
<color name="unread_background">#FFFFFF</color>
<color name="horizontal_border">#CCCCCC</color>
<color name="anonymous_author">#AAAAAA</color>
<color name="pseudonymous_author">#000000</color>
<color name="anonymous_author">#999999</color>
<color name="no_posts">#999999</color>
<color name="no_messages">#999999</color>
</resources>

View File

@@ -40,6 +40,7 @@
<string name="contact_added">Contact added</string>
<string name="done_button">Done</string>
<string name="messages_title">Messages</string>
<string name="no_messages">(No messages)</string>
<string name="format_from">From: %1$s</string>
<string name="format_to">To: %1$s</string>
<string name="compose_message_title">New Message</string>
@@ -47,6 +48,7 @@
<string name="to">To:</string>
<string name="anonymous">(Anonymous)</string>
<string name="groups_title">Groups</string>
<string name="no_posts">(No posts)</string>
<string name="create_group_title">New Group</string>
<string name="choose_group_name">Choose a name for your group:</string>
<string name="compose_group_title">New Post</string>