From 69f9c019d9b7dc35471ba2afa4888652db0191ab Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 11 Sep 2016 18:15:39 +0200 Subject: [PATCH] Optimized Icons minimally --- app/src/main/res/drawable/ic_add.xml | 1 - app/src/main/res/drawable/ic_arrow_right.xml | 1 - app/src/main/res/drawable/ic_check.xml | 1 - app/src/main/res/drawable/ic_debug.xml | 1 - app/src/main/res/drawable/ic_delete.xml | 1 - app/src/main/res/drawable/ic_filter.xml | 1 - app/src/main/res/drawable/ic_format_bold.xml | 1 - app/src/main/res/drawable/ic_format_fill.xml | 1 - .../main/res/drawable/ic_format_italic.xml | 1 - app/src/main/res/drawable/ic_format_paint.xml | 1 - .../main/res/drawable/ic_format_underline.xml | 1 - app/src/main/res/drawable/ic_help.xml | 30 +++++++++++++++++++ app/src/main/res/drawable/ic_history.xml | 1 - app/src/main/res/drawable/ic_lock.xml | 1 - app/src/main/res/drawable/ic_lock_open.xml | 1 - app/src/main/res/drawable/ic_modify.xml | 1 - app/src/main/res/drawable/ic_scroll_down.xml | 1 - app/src/main/res/drawable/ic_send.xml | 1 - app/src/main/res/drawable/ic_server.xml | 1 - 19 files changed, 30 insertions(+), 18 deletions(-) create mode 100644 app/src/main/res/drawable/ic_help.xml diff --git a/app/src/main/res/drawable/ic_add.xml b/app/src/main/res/drawable/ic_add.xml index 81f824066..a316fd109 100644 --- a/app/src/main/res/drawable/ic_add.xml +++ b/app/src/main/res/drawable/ic_add.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/plus.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_arrow_right.xml b/app/src/main/res/drawable/ic_arrow_right.xml index 5ecb3491b..f366a6c78 100644 --- a/app/src/main/res/drawable/ic_arrow_right.xml +++ b/app/src/main/res/drawable/ic_arrow_right.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/arrow_right.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_check.xml b/app/src/main/res/drawable/ic_check.xml index a35e216c5..36a77023f 100644 --- a/app/src/main/res/drawable/ic_check.xml +++ b/app/src/main/res/drawable/ic_check.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/check.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_debug.xml b/app/src/main/res/drawable/ic_debug.xml index c5daef8e2..17351b664 100644 --- a/app/src/main/res/drawable/ic_debug.xml +++ b/app/src/main/res/drawable/ic_debug.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/bug.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_delete.xml b/app/src/main/res/drawable/ic_delete.xml index 874a10197..61336eeb1 100644 --- a/app/src/main/res/drawable/ic_delete.xml +++ b/app/src/main/res/drawable/ic_delete.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/delete.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_filter.xml b/app/src/main/res/drawable/ic_filter.xml index 2f40929e8..f2509e7d4 100644 --- a/app/src/main/res/drawable/ic_filter.xml +++ b/app/src/main/res/drawable/ic_filter.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/filter.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_format_bold.xml b/app/src/main/res/drawable/ic_format_bold.xml index 8d39c63a6..203a23815 100644 --- a/app/src/main/res/drawable/ic_format_bold.xml +++ b/app/src/main/res/drawable/ic_format_bold.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/format_bold.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_format_fill.xml b/app/src/main/res/drawable/ic_format_fill.xml index abdc9d12b..bc7cb3ed5 100644 --- a/app/src/main/res/drawable/ic_format_fill.xml +++ b/app/src/main/res/drawable/ic_format_fill.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/format_color_fill.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_format_italic.xml b/app/src/main/res/drawable/ic_format_italic.xml index 6bf434f4c..b18f1fae6 100644 --- a/app/src/main/res/drawable/ic_format_italic.xml +++ b/app/src/main/res/drawable/ic_format_italic.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/format_italic.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_format_paint.xml b/app/src/main/res/drawable/ic_format_paint.xml index 0588a7307..8faf4745e 100644 --- a/app/src/main/res/drawable/ic_format_paint.xml +++ b/app/src/main/res/drawable/ic_format_paint.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/format_paint.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_format_underline.xml b/app/src/main/res/drawable/ic_format_underline.xml index db9acaa7c..fc1ca77ac 100644 --- a/app/src/main/res/drawable/ic_format_underline.xml +++ b/app/src/main/res/drawable/ic_format_underline.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/format_underline.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_help.xml b/app/src/main/res/drawable/ic_help.xml new file mode 100644 index 000000000..eb6c5d28a --- /dev/null +++ b/app/src/main/res/drawable/ic_help.xml @@ -0,0 +1,30 @@ +<!-- + ~ QuasselDroid - Quassel client for Android + ~ Copyright (C) 2016 Janne Koschinski + ~ Copyright (C) 2016 Ken Børge Viktil + ~ Copyright (C) 2016 Magnus Fjell + ~ Copyright (C) 2016 Martin Sandsmark <martin.sandsmark@kde.org> + ~ + ~ This program is free software: you can redistribute it and/or modify it + ~ under the terms of the GNU General Public License as published by the Free + ~ Software Foundation, either version 3 of the License, or (at your option) + ~ any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License along + ~ with this program. If not, see <http://www.gnu.org/licenses/>. + --> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportHeight="24" + android:viewportWidth="24"> + <path + android:fillColor="#000" + android:pathData="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z"/> +</vector> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_history.xml b/app/src/main/res/drawable/ic_history.xml index 3683e4fed..2274de148 100644 --- a/app/src/main/res/drawable/ic_history.xml +++ b/app/src/main/res/drawable/ic_history.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/history.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_lock.xml b/app/src/main/res/drawable/ic_lock.xml index 56e8522ad..6cdc36b13 100644 --- a/app/src/main/res/drawable/ic_lock.xml +++ b/app/src/main/res/drawable/ic_lock.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/ic_lockock.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_lock_open.xml b/app/src/main/res/drawable/ic_lock_open.xml index 0c6fdc7de..68f8dee0b 100644 --- a/app/src/main/res/drawable/ic_lock_open.xml +++ b/app/src/main/res/drawable/ic_lock_open.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/lock_open_outline.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_modify.xml b/app/src/main/res/drawable/ic_modify.xml index 449858db7..9cc1a500e 100644 --- a/app/src/main/res/drawable/ic_modify.xml +++ b/app/src/main/res/drawable/ic_modify.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/pencil.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_scroll_down.xml b/app/src/main/res/drawable/ic_scroll_down.xml index be1e7051c..1241c136c 100644 --- a/app/src/main/res/drawable/ic_scroll_down.xml +++ b/app/src/main/res/drawable/ic_scroll_down.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/chevron_double_down.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_send.xml b/app/src/main/res/drawable/ic_send.xml index dbdfd5842..32fe2d36e 100644 --- a/app/src/main/res/drawable/ic_send.xml +++ b/app/src/main/res/drawable/ic_send.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/send.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_server.xml b/app/src/main/res/drawable/ic_server.xml index 8a91f4f66..304fe929c 100644 --- a/app/src/main/res/drawable/ic_server.xml +++ b/app/src/main/res/drawable/ic_server.xml @@ -19,7 +19,6 @@ ~ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<!-- drawable/server_network.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" -- GitLab