From 149875654ca0f6e5f4cb51ccb564f637b11f9c9d Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Tue, 20 Mar 2018 20:25:30 +0100 Subject: create dedicated button to enable undecided accounts --- art/md_switch_thumb_disable.svg | 67 ----------------------------------- art/md_switch_thumb_off_normal.svg | 63 --------------------------------- art/md_switch_thumb_off_pressed.svg | 66 ---------------------------------- art/md_switch_thumb_on_normal.svg | 61 -------------------------------- art/md_switch_thumb_on_pressed.svg | 70 ------------------------------------- art/render.rb | 5 --- 6 files changed, 332 deletions(-) delete mode 100644 art/md_switch_thumb_disable.svg delete mode 100644 art/md_switch_thumb_off_normal.svg delete mode 100644 art/md_switch_thumb_off_pressed.svg delete mode 100644 art/md_switch_thumb_on_normal.svg delete mode 100644 art/md_switch_thumb_on_pressed.svg (limited to 'art') diff --git a/art/md_switch_thumb_disable.svg b/art/md_switch_thumb_disable.svg deleted file mode 100644 index 6639218fa..000000000 --- a/art/md_switch_thumb_disable.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/md_switch_thumb_off_normal.svg b/art/md_switch_thumb_off_normal.svg deleted file mode 100644 index 9c86e37d3..000000000 --- a/art/md_switch_thumb_off_normal.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/md_switch_thumb_off_pressed.svg b/art/md_switch_thumb_off_pressed.svg deleted file mode 100644 index fecb6bc2d..000000000 --- a/art/md_switch_thumb_off_pressed.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/md_switch_thumb_on_normal.svg b/art/md_switch_thumb_on_normal.svg deleted file mode 100644 index 8b66115e2..000000000 --- a/art/md_switch_thumb_on_normal.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/md_switch_thumb_on_pressed.svg b/art/md_switch_thumb_on_pressed.svg deleted file mode 100644 index 90d14cbe4..000000000 --- a/art/md_switch_thumb_on_pressed.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/render.rb b/art/render.rb index 260c7dc24..6b075b1ec 100755 --- a/art/render.rb +++ b/art/render.rb @@ -43,11 +43,6 @@ images = { 'ic_send_picture_away.svg' => ['ic_send_picture_away', 36], 'ic_send_picture_dnd.svg' => ['ic_send_picture_dnd', 36], 'ic_verified_fingerprint.svg' => ['ic_verified_fingerprint', 36], - 'md_switch_thumb_disable.svg' => ['switch_thumb_disable', 48], - 'md_switch_thumb_off_normal.svg' => ['switch_thumb_off_normal', 48], - 'md_switch_thumb_off_pressed.svg' => ['switch_thumb_off_pressed', 48], - 'md_switch_thumb_on_normal.svg' => ['switch_thumb_on_normal', 48], - 'md_switch_thumb_on_pressed.svg' => ['switch_thumb_on_pressed', 48], 'message_bubble_received.svg' => ['message_bubble_received.9', 0], 'message_bubble_received_warning.svg' => ['message_bubble_received_warning.9', 0], 'message_bubble_received_white.svg' => ['message_bubble_received_white.9', 0], -- cgit v1.2.3