update notification icon

This commit is contained in:
Egor Zhdanov
2020-07-14 13:03:17 +07:00
committed by Leonid Pliushch
parent 0910844896
commit 51370799c7

View File

@@ -1,40 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="108dp" android:width="24dp"
android:width="108dp" android:height="24dp"
android:viewportWidth="108" android:viewportWidth="24"
android:viewportHeight="108"> android:viewportHeight="24">
<!-- <!--
https://material.google.com/style/icons.html Updated notification icon compliant with system icons guidelines
https://material.io/design/iconography/system-icons.html
--> -->
<!-- A circle as the icon border. --> <group>
<path <clip-path
android:fillColor="#00000000" android:pathData="M0,0h24v24h-24z"/>
android:strokeColor="#FFF"
android:strokeWidth="3"
android:pathData="M18,54
A36,36 0 1,1 90,54
A36,36 0 1,1 18,54 Z" />
<!-- Keep in sync with ic_foreground.xml: --> <path
<path android:pathData="M5,4H2L8,12L2,20H5L11,12L5,4Z"
android:fillColor="#FFFFFF" android:fillColor="#ffffff"/>
android:pathData="M34,38
h6
l12,16
l-12,16
h-6
l12,-16
"
/>
<path <path
android:fillColor="#FFFFFF" android:pathData="M13,18H22V20H13V18Z"
android:pathData="M56,66 android:fillColor="#ffffff"/>
h18
v4
h-18
"
/>
</group>
</vector> </vector>