Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
11 changes: 4 additions & 7 deletions WooCommerce/src/main/res/drawable/ic_woo_w_notification.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="13.299185dp"
android:viewportWidth="85.9"
android:viewportHeight="47.6">

android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#fff"
android:fillType="evenOdd"
android:pathData="M77.4,0.1c-4.3,0 -7.1,1.4 -9.6,6.1L56.4,27.7V8.6c0,-5.7 -2.7,-8.5 -7.7,-8.5s-7.1,1.7 -9.6,6.5L28.3,27.7V8.8c0,-6.1 -2.5,-8.7 -8.6,-8.7H7.3C2.6,0.1 0,2.3 0,6.3s2.5,6.4 7.1,6.4h5.1v24.1c0,6.8 4.6,10.8 11.2,10.8S33,45 36.3,38.9l7.2,-13.5v11.4c0,6.7 4.4,10.8 11.1,10.8s9.2,-2.3 13,-8.7l16.6,-28C87.8,4.8 85.3,0.1 77.3,0.1h0.1z" />

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" />
</vector>