From 490d03ca976e9a67e89491941ea2ec5173a1bc98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irfan=20=C3=96m=C3=BCr?= Date: Sun, 7 Sep 2025 14:27:45 +0300 Subject: [PATCH 1/2] Update Woo notification icon The viewport dimensions are changed from 85.9x47.6 to 24x24. --- .../src/main/res/drawable/ic_woo_w_notification.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/WooCommerce/src/main/res/drawable/ic_woo_w_notification.xml b/WooCommerce/src/main/res/drawable/ic_woo_w_notification.xml index bd11af5a5ff8..1a7fe7e88ccb 100644 --- a/WooCommerce/src/main/res/drawable/ic_woo_w_notification.xml +++ b/WooCommerce/src/main/res/drawable/ic_woo_w_notification.xml @@ -1,12 +1,9 @@ - + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> - + android:pathData="M6.448,7c1.398,0 1.97,0.59 1.97,1.988V13.3l2.47,-4.82C11.45,7.39 12.168,7 13.065,7c1.153,0 1.77,0.635 1.77,1.942v4.367l2.624,-4.91C18.031,7.326 18.667,7 19.648,7c1.833,0 2.422,1.071 1.587,2.469l-3.802,6.4c-0.872,1.462 -1.753,2.006 -2.95,2.006 -1.553,0 -2.551,-0.935 -2.551,-2.469v-2.614l-1.644,3.077c-0.744,1.398 -1.725,2.006 -2.95,2.006 -1.525,0 -2.55,-0.935 -2.56,-2.479V9.869H3.616C2.563,9.868 2,9.351 2,8.426 2,7.5 2.545,7 3.616,7h2.832Z" /> From e69983aa67de51002748453daa8a806b7676f16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irfan=20=C3=96m=C3=BCr?= Date: Sun, 7 Sep 2025 15:14:27 +0300 Subject: [PATCH 2/2] Update RELEASE-NOTES.txt --- RELEASE-NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7f232c321eb8..5ee2da806080 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,7 +3,7 @@ *** For entries which are touching the Android Wear app's, start entry with `[WEAR]` too. 23.3 ----- - +- [*] Fixed the incorrect size of the notification icon [https://github.com/woocommerce/woocommerce-android/pull/14586] 23.2 -----