diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-10-04 14:49:45 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-10-04 14:49:45 +0200 |
commit | a3d62e6a10df307786079a2cc1f93eee591f96c5 (patch) | |
tree | f945683b5bf0d52ca2c92aa7b3db5bbba669b0e3 /art/render.rb | |
parent | 38dfb6d6c742b6a1f88308369036918919fa34d2 (diff) |
New logo added, fixes FS#56
Diffstat (limited to 'art/render.rb')
-rwxr-xr-x | art/render.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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], |