From a2f93d019aa50725a8fdb4a6186b8f5cdd4f20ba Mon Sep 17 00:00:00 2001 From: Christian S Date: Sat, 26 Sep 2015 21:47:55 +0200 Subject: added blue tick as read indicator --- art/ic_read_indicator.svg | 61 +++++++++++++++++++++++++++++++++ art/ic_received_indicator.svg | 80 +++---------------------------------------- art/render.rb | 1 + 3 files changed, 66 insertions(+), 76 deletions(-) create mode 100644 art/ic_read_indicator.svg (limited to 'art') diff --git a/art/ic_read_indicator.svg b/art/ic_read_indicator.svg new file mode 100644 index 000000000..702e97d25 --- /dev/null +++ b/art/ic_read_indicator.svg @@ -0,0 +1,61 @@ + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/art/ic_received_indicator.svg b/art/ic_received_indicator.svg index 43689c267..a12292f51 100644 --- a/art/ic_received_indicator.svg +++ b/art/ic_received_indicator.svg @@ -1,76 +1,4 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - + + + + \ No newline at end of file diff --git a/art/render.rb b/art/render.rb index b4f84769c..c1e57e0f6 100755 --- a/art/render.rb +++ b/art/render.rb @@ -14,6 +14,7 @@ images = { 'conversations_baloon.svg' => ['ic_launcher', 48], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], + 'ic_read_indicator.svg' => ['ic_read_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], 'ic_send_text_online.svg' => ['ic_send_text_online', 36], 'ic_send_text_away.svg' => ['ic_send_text_away', 36], -- cgit v1.2.3