From d036fe055c4b685fb8a38148811bef5b92a547c8 Mon Sep 17 00:00:00 2001 From: Ivan Tkachenko Date: Wed, 26 Apr 2023 17:21:03 +0100 Subject: Update note task icons * Updated lockscreen icon * Updated note task shortcut icon * Updated note bubble app icon Test: manual, atest NoteTaskControllerTest Flag: not needed Bug: 279381643 Change-Id: Ic818e75de7c0e870418428ca906d3fdcfe0ea7d4 --- .../drawable/ic_note_task_shortcut_keyguard.xml | 16 +++++-------- .../res/drawable/ic_note_task_shortcut_widget.xml | 20 ++++------------ .../ic_note_task_shortcut_widget_background.xml | 24 +++++++++++++++++++ .../ic_note_task_shortcut_widget_foreground.xml | 27 ++++++++++++++++++++++ 4 files changed, 61 insertions(+), 26 deletions(-) create mode 100644 packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_background.xml create mode 100644 packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_foreground.xml diff --git a/packages/SystemUI/res/drawable/ic_note_task_shortcut_keyguard.xml b/packages/SystemUI/res/drawable/ic_note_task_shortcut_keyguard.xml index ee8d488343c4..a35504f9c202 100644 --- a/packages/SystemUI/res/drawable/ic_note_task_shortcut_keyguard.xml +++ b/packages/SystemUI/res/drawable/ic_note_task_shortcut_keyguard.xml @@ -16,16 +16,12 @@ + android:viewportWidth="24" + android:viewportHeight="24"> + android:pathData="M23.41,6L22,4.59C21.63,4.21 21.12,4 20.59,4C20.06,4 19.55,4.21 19.18,4.59L11.39,12.38L9.09,14.68L8.04,18.9C8.01,18.96 8,19.04 8,19.11C8,19.6 8.4,20 8.89,20C8.96,20 9.04,19.99 9.11,19.97L13.33,18.92L15.63,16.62L23.42,8.83C23.79,8.45 24,7.94 24,7.41C24,6.88 23.79,6.37 23.41,6ZM14.21,15.21L13.21,16.21L11.8,14.8L12.8,13.8L20.59,6L22,7.41L14.21,15.21Z" + android:fillColor="@android:color/white"/> + android:pathData="M6.688,20C2.047,20 0.333,18.65 0.333,16C0.333,13.61 2.439,12.474 5.713,12C6.792,11.844 7.344,11.397 7.344,10.927C7.344,9.625 4.679,9.705 3.833,9.667V7.667C3.833,7.667 6.792,7.667 8.208,8.729C8.932,9.272 9.333,9.979 9.333,11.05C9.333,12.52 8.281,13.677 5.713,13.885C4.017,14.023 2.333,14.52 2.333,16C2.333,17.33 4.013,18 7.333,18L6.688,20Z" + android:fillColor="@android:color/white"/> diff --git a/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget.xml b/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget.xml index 759018289562..860fc7d6b316 100644 --- a/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget.xml +++ b/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget.xml @@ -13,19 +13,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - - - - + + + + diff --git a/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_background.xml b/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_background.xml new file mode 100644 index 000000000000..9f98f07c8a58 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_background.xml @@ -0,0 +1,24 @@ + + + + diff --git a/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_foreground.xml b/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_foreground.xml new file mode 100644 index 000000000000..fcb3ef4bfdc5 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_note_task_shortcut_widget_foreground.xml @@ -0,0 +1,27 @@ + + + + + -- cgit v1.2.3-59-g8ed1b