diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index f34fee5a291e..13844ed45dd6 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -6,6 +6,7 @@ - [Internal] Migration to POS specific product model [https://github.com/woocommerce/woocommerce-android/pull/14598] - [*] Enhance the shipping label creation screen by making the selected hazardous box tappable [https://github.com/woocommerce/woocommerce-android/pull/14576] - [*] Shipping Labels: Enhance selected package UI in the create shipping label flow [https://github.com/woocommerce/woocommerce-android/pull/14579] +- [*] Fixed the incorrect size of the notification icon [https://github.com/woocommerce/woocommerce-android/pull/14586] - [***] Performance improvements for users logging in with WordPress.com accounts [https://github.com/woocommerce/woocommerce-android/pull/14610] - [*] Fix an issue where there is delay before displaying the continue button in Site Picker screen [https://github.com/woocommerce/woocommerce-android/pull/14611] 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" />