43 lines
1.9 KiB
XML
43 lines
1.9 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_alert_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_alert_color"
|
|
android:pathData="M7.58 4.08L6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z"/>
|
|
</vector>
|
|
</item>
|
|
</layer-list> |