43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (C) 2019 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/back">
|
|
<shape android:shape="oval">
|
|
<solid
|
|
android:color="@android:color/transparent" />
|
|
<size
|
|
android:height="48dp"
|
|
android:width="48dp"/>
|
|
<stroke android:width="1dp"
|
|
android:color="@color/notification_silence_color"/>
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:id="@+id/fore"
|
|
android:gravity="center">
|
|
<vector
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24">
|
|
<path
|
|
android:fillColor="@color/notification_silence_color"
|
|
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" />
|
|
</vector>
|
|
</item>
|
|
</layer-list> |