From 7bf9e771c2d89d9d7ccb052e7ed93d13076109e2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Apr 2013 13:48:44 +0400 Subject: properly toggle unread/marked/published icons on the actionbar --- res/drawable-hdpi/ic_menu_publish_light.png | Bin 1219 -> 0 bytes res/drawable-hdpi/ic_menu_published_light.png | Bin 0 -> 977 bytes res/drawable-hdpi/ic_menu_unpublished_light.png | Bin 0 -> 1169 bytes res/drawable-hdpi/ic_read_light.png | Bin 0 -> 1636 bytes res/drawable-hdpi/ic_unread_light.png | Bin 0 -> 1599 bytes res/drawable-xhdpi/ic_menu_publish_light.png | Bin 1760 -> 0 bytes res/drawable-xhdpi/ic_menu_published_light.png | Bin 0 -> 1266 bytes res/drawable-xhdpi/ic_menu_unpublished_light.png | Bin 0 -> 1546 bytes res/drawable-xhdpi/ic_read_light.png | Bin 0 -> 1923 bytes res/drawable-xhdpi/ic_unread_light.png | Bin 0 -> 1809 bytes res/drawable/s_menu_publish_light.svg | 113 -------------- res/drawable/s_menu_published_light.svg | 189 +++++++++++++++++++++++ res/drawable/s_menu_unpublished_light.svg | 113 ++++++++++++++ res/menu/headlines_action_menu.xml | 2 +- res/menu/main_menu.xml | 6 +- res/menu/offline_menu.xml | 6 +- 16 files changed, 309 insertions(+), 120 deletions(-) delete mode 100644 res/drawable-hdpi/ic_menu_publish_light.png create mode 100644 res/drawable-hdpi/ic_menu_published_light.png create mode 100644 res/drawable-hdpi/ic_menu_unpublished_light.png create mode 100644 res/drawable-hdpi/ic_read_light.png create mode 100644 res/drawable-hdpi/ic_unread_light.png delete mode 100644 res/drawable-xhdpi/ic_menu_publish_light.png create mode 100644 res/drawable-xhdpi/ic_menu_published_light.png create mode 100644 res/drawable-xhdpi/ic_menu_unpublished_light.png create mode 100644 res/drawable-xhdpi/ic_read_light.png create mode 100644 res/drawable-xhdpi/ic_unread_light.png delete mode 100644 res/drawable/s_menu_publish_light.svg create mode 100644 res/drawable/s_menu_published_light.svg create mode 100644 res/drawable/s_menu_unpublished_light.svg (limited to 'res') diff --git a/res/drawable-hdpi/ic_menu_publish_light.png b/res/drawable-hdpi/ic_menu_publish_light.png deleted file mode 100644 index 72acf3dc..00000000 Binary files a/res/drawable-hdpi/ic_menu_publish_light.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_menu_published_light.png b/res/drawable-hdpi/ic_menu_published_light.png new file mode 100644 index 00000000..599ca764 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_published_light.png differ diff --git a/res/drawable-hdpi/ic_menu_unpublished_light.png b/res/drawable-hdpi/ic_menu_unpublished_light.png new file mode 100644 index 00000000..6d10cb92 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_unpublished_light.png differ diff --git a/res/drawable-hdpi/ic_read_light.png b/res/drawable-hdpi/ic_read_light.png new file mode 100644 index 00000000..9ef52959 Binary files /dev/null and b/res/drawable-hdpi/ic_read_light.png differ diff --git a/res/drawable-hdpi/ic_unread_light.png b/res/drawable-hdpi/ic_unread_light.png new file mode 100644 index 00000000..d516f770 Binary files /dev/null and b/res/drawable-hdpi/ic_unread_light.png differ diff --git a/res/drawable-xhdpi/ic_menu_publish_light.png b/res/drawable-xhdpi/ic_menu_publish_light.png deleted file mode 100644 index 8c82c450..00000000 Binary files a/res/drawable-xhdpi/ic_menu_publish_light.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_menu_published_light.png b/res/drawable-xhdpi/ic_menu_published_light.png new file mode 100644 index 00000000..938ec3e3 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_published_light.png differ diff --git a/res/drawable-xhdpi/ic_menu_unpublished_light.png b/res/drawable-xhdpi/ic_menu_unpublished_light.png new file mode 100644 index 00000000..7b32106b Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_unpublished_light.png differ diff --git a/res/drawable-xhdpi/ic_read_light.png b/res/drawable-xhdpi/ic_read_light.png new file mode 100644 index 00000000..62e3d1ad Binary files /dev/null and b/res/drawable-xhdpi/ic_read_light.png differ diff --git a/res/drawable-xhdpi/ic_unread_light.png b/res/drawable-xhdpi/ic_unread_light.png new file mode 100644 index 00000000..606c902c Binary files /dev/null and b/res/drawable-xhdpi/ic_unread_light.png differ diff --git a/res/drawable/s_menu_publish_light.svg b/res/drawable/s_menu_publish_light.svg deleted file mode 100644 index a0d818e2..00000000 --- a/res/drawable/s_menu_publish_light.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/drawable/s_menu_published_light.svg b/res/drawable/s_menu_published_light.svg new file mode 100644 index 00000000..752fe0f6 --- /dev/null +++ b/res/drawable/s_menu_published_light.svg @@ -0,0 +1,189 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/s_menu_unpublished_light.svg b/res/drawable/s_menu_unpublished_light.svg new file mode 100644 index 00000000..6981beaf --- /dev/null +++ b/res/drawable/s_menu_unpublished_light.svg @@ -0,0 +1,113 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/menu/headlines_action_menu.xml b/res/menu/headlines_action_menu.xml index 5764e179..c4e6d3c4 100644 --- a/res/menu/headlines_action_menu.xml +++ b/res/menu/headlines_action_menu.xml @@ -14,7 +14,7 @@ diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 7d41f16f..d7d5389e 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -87,7 +87,7 @@ android:title="@string/selection_toggle_marked"/> diff --git a/res/menu/offline_menu.xml b/res/menu/offline_menu.xml index a4dbd0f1..5a952e08 100644 --- a/res/menu/offline_menu.xml +++ b/res/menu/offline_menu.xml @@ -41,7 +41,7 @@ android:title="@string/selection_toggle_marked"/>