aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_notification.xml
blob: f592b9d2cd670f5bae3bb4bf50c80675fe22b245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!-- Status-bar notification icon: white-on-transparent silhouette (the
     launcher mipmap is the wrong shape and colour for a small icon). The
     system tints it. Phone outline with a play triangle, matching the
     app's visual identity. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="#FFFFFF">
    <path
        android:strokeColor="#FFFFFF"
        android:strokeWidth="1.8"
        android:strokeLineJoin="round"
        android:fillColor="#00000000"
        android:pathData="M7,2 H17 A2,2 0 0 1 19,4 V20 A2,2 0 0 1 17,22 H7 A2,2 0 0 1 5,20 V4 A2,2 0 0 1 7,2 Z"/>
    <path
        android:fillColor="#FFFFFF"
        android:pathData="M10,8 L10,16 L16,12 Z"/>
</vector>