Added dark theme icons for mark as (un)read + (un)flag

This commit is contained in:
cketti 2012-09-18 01:01:38 +02:00
parent d06ec162b6
commit 10e554e70e
13 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -63,10 +63,10 @@
<item name="iconActionSingleMessageOptions">@drawable/ic_action_single_message_options_dark</item>
<item name="iconActionSort">@drawable/ic_action_sort_dark</item>
<item name="iconActionSpam">@drawable/ic_action_spam_dark</item>
<item name="iconActionFlag">@drawable/ic_action_flag_light</item>
<item name="iconActionUnflag">@drawable/ic_action_unflag_light</item>
<item name="iconActionMarkAsRead">@drawable/ic_action_mark_as_read_light</item>
<item name="iconActionMarkAsUnread">@drawable/ic_action_mark_as_unread_light</item>
<item name="iconActionFlag">@drawable/ic_action_flag_dark</item>
<item name="iconActionUnflag">@drawable/ic_action_unflag_dark</item>
<item name="iconActionMarkAsRead">@drawable/ic_action_mark_as_read_dark</item>
<item name="iconActionMarkAsUnread">@drawable/ic_action_mark_as_unread_dark</item>
<item name="iconMenuAdd">@drawable/ic_menu_add</item>
<item name="iconMenuAttachment">@drawable/ic_menu_attachment</item>
<item name="iconMenuClear">@drawable/ic_menu_clear</item>