From 990a35c47500c6a3f4292d41450a5f6cb689c7b1 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 11 Jan 2017 14:47:25 +0100 Subject: Custom toast view added --- art/render.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'art/render.rb') 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], -- cgit v1.2.3