Added an icon to indicate that a pseudonym is unrated.

This commit is contained in:
akwizgran
2013-04-14 19:36:05 +01:00
parent 077efbbea1
commit 4ff2b88955
13 changed files with 32 additions and 54 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View File

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

View File

@@ -46,7 +46,7 @@
<string name="compose_message_title">New Message</string>
<string name="from">From:</string>
<string name="to">To:</string>
<string name="anonymous">(Anonymous)</string>
<string name="anonymous">Anonymous</string>
<string name="new_contact_item">New contact\u2026</string>
<string name="groups_title">Groups</string>
<string name="no_posts">(No posts)</string>