diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-01-11 15:50:13 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-01-11 15:50:13 +0100 |
commit | 44d01d933c0434b0e9b6ce7a1ff888f1b0f2ef3d (patch) | |
tree | 1f0ebdcab4824b53a7f0507d69088efd9456db84 /art/render.rb | |
parent | c76d0968b8874c0e4466b4e315688a7d003d52f6 (diff) | |
parent | cd633f13b8d7327e47994bb5a000f0c0b7089e7f (diff) |
Merge branch 'trz/rename' into trz/rebase
Diffstat (limited to 'art/render.rb')
-rwxr-xr-x | art/render.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/art/render.rb b/art/render.rb index c5dd4487..bc340ed9 100755 --- a/art/render.rb +++ b/art/render.rb @@ -11,8 +11,10 @@ resolutions = { } images = { - 'conversations_plus_beta_baloons.svg' => ['ic_launcher', 48], - 'conversations_plus_beta_baloons_notification.svg' => ['ic_notification', 24], + 'conversations_baloon.svg' => ['ic_launcher', 48], + 'conversations_mono.svg' => ['ic_notification', 24], + 'ic_toast.svg' => ['ic_toast', 24], + 'ic_toast_error.svg' => ['ic_toast_error', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], 'ic_send_text_online.svg' => ['ic_send_text_online', 36], |