Update notification icon to match launcher icon

This is the launcher icon with a circle around it. I added the circle
because the icon has a transparent background, so it looks a bit weird
with just the >_.
This commit is contained in:
Trygve Aaberge
2020-02-29 14:43:46 +01:00
committed by Leonid Pliushch
parent 9c32935ca2
commit 4d9c0c315e

View File

@@ -1,33 +1,40 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="108dp"
android:width="48dp" android:width="108dp"
android:viewportWidth="48" android:viewportWidth="108"
android:viewportHeight="48"> android:viewportHeight="108">
<!-- <!--
https://material.google.com/style/icons.html https://material.google.com/style/icons.html
--> -->
<!-- Screen border. --> <!-- A circle as the icon border. -->
<path android:fillColor="#00000000" <path
android:strokeColor="#FFF" android:fillColor="#00000000"
android:strokeWidth="3" android:strokeColor="#FFF"
android:pathData="M7,4 android:strokeWidth="3"
l34,0 android:pathData="M18,54
q3 0,3 3 A36,36 0 1,1 90,54
l0,34 A36,36 0 1,1 18,54 Z" />
q0 3, -3 3
l-34,0
q-3 0, -3-3
l0 -34
q0 -3, 3 -3"
/>
<!-- Block cursor. --> <!-- Keep in sync with ic_foreground.xml: -->
<path android:fillColor="#FFF" <path
android:pathData="M14,14 android:fillColor="#FFFFFF"
l5,0 android:pathData="M34,38
l0,10 h6
l-5,0" l12,16
l-12,16
h-6
l12,-16
"
/>
<path
android:fillColor="#FFFFFF"
android:pathData="M56,66
h18
v4
h-18
"
/> />
</vector> </vector>