66 lines
2.1 KiB
XML
66 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright 2021, 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"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="200dp"
|
|
android:height="200dp"
|
|
android:viewportHeight="64"
|
|
android:viewportWidth="64">
|
|
|
|
<path
|
|
android:pathData="M0,32
|
|
A32,32 0 1,1 64,32
|
|
A32,32 0 1,1 0,32 Z">
|
|
<aapt:attr name="android:fillColor">
|
|
<gradient
|
|
android:centerX="32"
|
|
android:centerY="32"
|
|
android:gradientRadius="32"
|
|
android:type="radial">
|
|
<item
|
|
android:color="#FF000000"
|
|
android:offset="0.0"/>
|
|
<item
|
|
android:color="#FF000000"
|
|
android:offset="0.94"/>
|
|
<item
|
|
android:color="#00000000"
|
|
android:offset="1.0"/>
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
|
|
<path
|
|
android:fillColor="#000"
|
|
android:strokeWidth="0.25"
|
|
android:pathData="M2,32
|
|
A30,30 0 1,1 62,32
|
|
A30,30 0 1,1 2,32 Z">
|
|
<aapt:attr name="android:strokeColor">
|
|
<gradient
|
|
android:startX="0"
|
|
android:startY="10"
|
|
android:startColor="#000"
|
|
android:endX="0"
|
|
android:endY="150"
|
|
android:endColor="#000"
|
|
android:centerColor="#DDD"
|
|
android:type="linear"/>
|
|
</aapt:attr>
|
|
</path>
|
|
|
|
</vector> |