From 2e27dc6a5e1d5771222ce58556445f7d6f93761c Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Tue, 4 Jun 2019 10:56:17 -0400 Subject: [PATCH] Redesign Report and Collection icons Update icons to align with other Android icons by adjusting the weight. --- .../main/res/drawable/ic_report_issues.xml | 10 ++++++--- .../main/res/drawable/ic_tab_collection.xml | 22 ++++--------------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/app/src/main/res/drawable/ic_report_issues.xml b/app/src/main/res/drawable/ic_report_issues.xml index e9f19b531..abc740012 100644 --- a/app/src/main/res/drawable/ic_report_issues.xml +++ b/app/src/main/res/drawable/ic_report_issues.xml @@ -4,9 +4,13 @@ + android:viewportWidth="24" + android:viewportHeight="24"> + android:pathData="M9 15h6v1H9zM9 17h6v1H9z" /> + diff --git a/app/src/main/res/drawable/ic_tab_collection.xml b/app/src/main/res/drawable/ic_tab_collection.xml index b4ba54e65..8d70fa51e 100644 --- a/app/src/main/res/drawable/ic_tab_collection.xml +++ b/app/src/main/res/drawable/ic_tab_collection.xml @@ -6,26 +6,12 @@ + android:viewportWidth="24" + android:viewportHeight="24"> + android:pathData="M19 9H5v9c0 0.5 0.5 1 1 1h12c0.5 0 1-0.5 1-1V9zm-1-2l-2-2H8L6 7h12zM3 18V8c0-0.7 0.5-1.5 1-2l2-2c0.5-0.5 1.3-1 2-1h8c0.8 0 1.5 0.4 2 1l2 2c0.4 0.5 1 1.3 1 2v10c0 1.5-1.5 3-3 3H6c-1.5 0-3-1.5-3-3z" /> - - + android:pathData="M16.5 11h-9a0.5 0.5 0 0 0 0 1h9a0.5 0.5 0 0 0 0-1zM16.5 16h-9a0.5 0.5 0 0 0 0 1h9a0.5 0.5 0 0 0 0-1zM16.5 13.5h-9a0.5 0.5 0 0 0 0 1h9a0.5 0.5 0 0 0 0-1z" />