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/ic_toast.svg | 229 +++++++++++++++++++++++++++++++++++++++++++++ art/ic_toast_error.svg | 247 +++++++++++++++++++++++++++++++++++++++++++++++++ art/render.rb | 2 + 3 files changed, 478 insertions(+) create mode 100644 art/ic_toast.svg create mode 100644 art/ic_toast_error.svg (limited to 'art') diff --git a/art/ic_toast.svg b/art/ic_toast.svg new file mode 100644 index 00000000..7bf2c515 --- /dev/null +++ b/art/ic_toast.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/art/ic_toast_error.svg b/art/ic_toast_error.svg new file mode 100644 index 00000000..7f6e8c1e --- /dev/null +++ b/art/ic_toast_error.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + ! + 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