From 9cd9754c05954f20621bb0697d99ae927f9e01c2 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 11 Jul 2016 21:24:33 +0200 Subject: show a preview for video files --- art/play_video.svg | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ art/render.rb | 5 +++-- 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 art/play_video.svg (limited to 'art') diff --git a/art/play_video.svg b/art/play_video.svg new file mode 100644 index 000000000..083e7cfad --- /dev/null +++ b/art/play_video.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/art/render.rb b/art/render.rb index 0acadfd82..2d1e5abcd 100755 --- a/art/render.rb +++ b/art/render.rb @@ -11,8 +11,9 @@ resolutions = { } images = { - 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_baloon.svg' => ['main_logo', 200], + 'ic_launcher.svg' => ['ic_launcher', 48], + 'main_logo.svg' => ['main_logo', 200], + 'play_video.svg' => ['play_video', 96], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_read_indicator.svg' => ['ic_read_indicator', 12], -- cgit v1.2.3