diff options
Diffstat (limited to '')
-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], |