From a3d62e6a10df307786079a2cc1f93eee591f96c5 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sun, 4 Oct 2015 14:49:45 +0200 Subject: New logo added, fixes FS#56 --- art/conversations_plus_baloons.svg | 447 +++++++++++++++++++++++++++++++++++++ art/render.rb | 3 +- 2 files changed, 449 insertions(+), 1 deletion(-) create mode 100644 art/conversations_plus_baloons.svg (limited to 'art') diff --git a/art/conversations_plus_baloons.svg b/art/conversations_plus_baloons.svg new file mode 100644 index 00000000..9f02d0a7 --- /dev/null +++ b/art/conversations_plus_baloons.svg @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/art/render.rb b/art/render.rb index 698abea5..23548d94 100755 --- a/art/render.rb +++ b/art/render.rb @@ -7,7 +7,8 @@ resolutions={ 'xxxhdpi' => 4, } images = { - 'conversations_baloon.svg' => ['ic_launcher', 48], + #'conversations_baloon.svg' => ['ic_launcher', 48], + 'conversations_plus_baloons.svg' => ['ic_launcher', 48], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], -- cgit v1.2.3