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/s_menu_publish_light.svg | 113 ------------------ res/drawable/s_menu_published_light.svg | 189 ++++++++++++++++++++++++++++++ res/drawable/s_menu_unpublished_light.svg | 113 ++++++++++++++++++ 3 files changed, 302 insertions(+), 113 deletions(-) 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/drawable') 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 + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf