Skip to content

Commit 7aef481

Browse files
Merge pull request #14586 from woocommerce/issue/WOOMOB-727-fix-small-notification-icon-issue
Fix the incorrect size of the notification icon
2 parents c97c755 + ea25b92 commit 7aef481

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Internal] Migration to POS specific product model [https://github.com/woocommerce/woocommerce-android/pull/14598]
77
- [*] Enhance the shipping label creation screen by making the selected hazardous box tappable [https://github.com/woocommerce/woocommerce-android/pull/14576]
88
- [*] Shipping Labels: Enhance selected package UI in the create shipping label flow [https://github.com/woocommerce/woocommerce-android/pull/14579]
9+
- [*] Fixed the incorrect size of the notification icon [https://github.com/woocommerce/woocommerce-android/pull/14586]
910
- [***] Performance improvements for users logging in with WordPress.com accounts [https://github.com/woocommerce/woocommerce-android/pull/14610]
1011
- [*] Fix an issue where there is delay before displaying the continue button in Site Picker screen [https://github.com/woocommerce/woocommerce-android/pull/14611]
1112

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="24dp"
3-
android:height="13.299185dp"
4-
android:viewportWidth="85.9"
5-
android:viewportHeight="47.6">
6-
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
76
<path
87
android:fillColor="#fff"
9-
android:fillType="evenOdd"
10-
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" />
11-
8+
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" />
129
</vector>

0 commit comments

Comments
 (0)