mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
update notification icon
This commit is contained in:
committed by
Leonid Pliushch
parent
0910844896
commit
51370799c7
@@ -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
|
|
||||||
android:fillColor="#FFFFFF"
|
|
||||||
android:pathData="M34,38
|
|
||||||
h6
|
|
||||||
l12,16
|
|
||||||
l-12,16
|
|
||||||
h-6
|
|
||||||
l12,-16
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFF"
|
android:pathData="M5,4H2L8,12L2,20H5L11,12L5,4Z"
|
||||||
android:pathData="M56,66
|
android:fillColor="#ffffff"/>
|
||||||
h18
|
|
||||||
v4
|
|
||||||
h-18
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
<path
|
||||||
|
android:pathData="M13,18H22V20H13V18Z"
|
||||||
|
android:fillColor="#ffffff"/>
|
||||||
|
|
||||||
|
</group>
|
||||||
</vector>
|
</vector>
|
||||||
|
Reference in New Issue
Block a user