From 06135205117979ee894497243d63e3e33fb45e29 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 30 Sep 2020 13:06:27 +0530 Subject: [PATCH] Fix location and privacy icon Change-Id: I262b4af5bb06df5171eb3131a49ec42054afe803 --- res/drawable/ic_homepage_location.xml | 47 ++++++++-------------- res/drawable/ic_homepage_privacy.xml | 57 +++++++++++---------------- res/drawable/ic_settings_location.xml | 24 +++++------ res/drawable/ic_settings_privacy.xml | 45 +++++++++------------ 4 files changed, 71 insertions(+), 102 deletions(-) diff --git a/res/drawable/ic_homepage_location.xml b/res/drawable/ic_homepage_location.xml index db6a791f1f3..2fe0983b1cf 100644 --- a/res/drawable/ic_homepage_location.xml +++ b/res/drawable/ic_homepage_location.xml @@ -1,33 +1,18 @@ - - - - - - - - - - + + + + \ No newline at end of file diff --git a/res/drawable/ic_homepage_privacy.xml b/res/drawable/ic_homepage_privacy.xml index ebf8beb657d..fa5b3706051 100644 --- a/res/drawable/ic_homepage_privacy.xml +++ b/res/drawable/ic_homepage_privacy.xml @@ -1,33 +1,24 @@ - - - - - - - - - - - + + + + + diff --git a/res/drawable/ic_settings_location.xml b/res/drawable/ic_settings_location.xml index 4aad53af1fb..2fe0983b1cf 100644 --- a/res/drawable/ic_settings_location.xml +++ b/res/drawable/ic_settings_location.xml @@ -1,18 +1,18 @@ - - - + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_privacy.xml b/res/drawable/ic_settings_privacy.xml index fcad83ab33b..fa5b3706051 100644 --- a/res/drawable/ic_settings_privacy.xml +++ b/res/drawable/ic_settings_privacy.xml @@ -1,31 +1,24 @@ - - + android:width="@dimen/dashboard_tile_image_size" + android:height="@dimen/dashboard_tile_image_size" + android:viewportWidth="16.933332" + android:viewportHeight="16.933334"> + android:pathData="M2.802,-0L14.1313,-0A2.802,2.802 0,0 1,16.9333 2.8019L16.9333,14.1313A2.802,2.802 0,0 1,14.1313 16.9333L2.802,16.9333A2.802,2.802 0,0 1,-0 14.1313L-0,2.8019A2.802,2.802 0,0 1,2.802 -0z" + android:strokeWidth="0.171675" + android:fillColor="#0088ed"/> + android:pathData="M2.9164,8.4666a2.5258,5.5503 90,1 0,11.1006 0a2.5258,5.5503 90,1 0,-11.1006 0z" + android:strokeLineJoin="miter" + android:strokeWidth="0.410898" + android:fillColor="#00000000" + android:strokeColor="#ffffff" + android:strokeLineCap="butt"/> + android:pathData="m10.4975,8.5258a2.0308,2.0308 0,0 1,-2.0308 2.0308,2.0308 2.0308,0 0,1 -2.0308,-2.0308 2.0308,2.0308 0,0 1,2.0308 -2.0308,2.0308 2.0308,0 0,1 2.0308,2.0308" + android:strokeLineJoin="miter" + android:strokeWidth="0.410898" + android:fillColor="#00000000" + android:strokeColor="#ffffff" + android:strokeLineCap="butt"/> -- GitLab