From b77165391946d40304e7705dcedcea010dd33257 Mon Sep 17 00:00:00 2001 From: Marcello Galhardo Date: Fri, 28 Apr 2023 17:10:25 +0000 Subject: [PATCH] Remove white boarders from Shortcut Category icon * The icon works with light mode, but breaks the UI with dark mode on. * Previously, the icon would be show as a white square in dark mode. * The new version shows it correctly, as a circle. Test: manual Flag: not needed Change-Id: I61838266494a9a2c3048030ff3c95ced3db6347c Fixes: 280069069 --- res/drawable/ic_note_taking_widget_category.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/res/drawable/ic_note_taking_widget_category.xml b/res/drawable/ic_note_taking_widget_category.xml index 2b5915736f..96cc523bc3 100644 --- a/res/drawable/ic_note_taking_widget_category.xml +++ b/res/drawable/ic_note_taking_widget_category.xml @@ -20,14 +20,9 @@ android:viewportHeight="48"> - - - - + android:fillColor="#0B57D0" + android:pathData="M48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48C37.2548 48 48 37.2548 48 24Z" /> + \ No newline at end of file