38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<!--
|
|
Copyright (C) 2016 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.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="14dp"
|
|
android:height="14dp"
|
|
android:viewportWidth="28.0"
|
|
android:viewportHeight="28.0">
|
|
|
|
<group
|
|
android:name="whiteBg">
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M0,15a15,15 0 1,0 30,0a15,15 0 1,0 -30,0" />
|
|
</group>
|
|
|
|
<group
|
|
android:name="badge"
|
|
android:translateX="2"
|
|
android:translateY="2">
|
|
<path
|
|
android:fillColor="#FF0B8043"
|
|
android:pathData="M13,0 C5.824,0 0,5.824 0,13 C0,20.176 5.824,26 13,26 C20.176,26 26,20.176 26,13 C26,5.824 20.176,0 13,0 L13,0 Z M19,14 L14,14 L14,19 L12,19 L12,14 L7,14 L7,12 L12,12 L12,7 L14,7 L14,12 L19,12 L19,14 Z" />
|
|
</group>
|
|
</vector>
|