diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-01-11 14:47:25 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-01-11 14:47:25 +0100 |
commit | 990a35c47500c6a3f4292d41450a5f6cb689c7b1 (patch) | |
tree | eea0509a1e6fd18d21074d55df8a469984391ab9 /art/render.rb | |
parent | c09e7f0a21f563359c69f0e4198c7563cd2d4809 (diff) |
Custom toast view added
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], |