• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright (C) 2019 The Android Open Source Project
4
5   Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16-->
17<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
18    <item
19        android:id="@+id/back">
20        <shape android:shape="oval">
21            <solid
22                android:color="@android:color/transparent" />
23            <size
24                android:height="48dp"
25                android:width="48dp"/>
26            <stroke android:width="1dp"
27                    android:color="@color/notification_silence_color"/>
28        </shape>
29    </item>
30    <item
31        android:id="@+id/fore"
32        android:gravity="center">
33        <vector
34            android:height="24dp"
35            android:width="24dp"
36            android:viewportHeight="24"
37            android:viewportWidth="24">
38            <path
39                android:fillColor="@color/notification_silence_color"
40                android:pathData="M20 18.69L7.84 6.14 5.27 3.49 4 4.76l2.8 2.8v.01c-.52.99-.8 2.16-.8 3.42v5l-2 2v1h13.73l2 2L21 19.72l-1-1.03zM12 22c1.11 0 2-.89 2-2h-4c0 1.11.89 2 2 2zm6-7.32V11c0-3.08-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.15.03-.29.08-.42.12-.1.03-.2.07-.3.11h-.01c-.01 0-.01 0-.02.01-.23.09-.46.2-.68.31 0 0-.01 0-.01.01L18 14.68z" />
41        </vector>
42    </item>
43</layer-list>