diff options
Diffstat (limited to '')
-rwxr-xr-x | art/render.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/art/render.rb b/art/render.rb index b4f84769..1520e958 100755 --- a/art/render.rb +++ b/art/render.rb @@ -13,6 +13,8 @@ resolutions = { images = { '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], |