You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.8 KiB
34 lines
1.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- 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="@dimen/no_alarms_size"
|
|
android:height="@dimen/no_alarms_size"
|
|
android:viewportHeight="480.0"
|
|
android:viewportWidth="480.0">
|
|
<path
|
|
android:fillColor="@color/no_alarms"
|
|
android:pathData="M42.2,120.5l93.2,-78.2l20.6,24.5l-93.2,78.2z" />
|
|
<path
|
|
android:fillColor="@color/no_alarms"
|
|
android:pathData="M417.2,145l-93.2,-78.2l20.6,-24.5l93.2,78.2z" />
|
|
<path
|
|
android:fillColor="@color/no_alarms"
|
|
android:pathData="M239.9,119.7c38.2,0 74.1,14.9 101.1,41.9c27,27 41.9,62.9 41.9,101.1s-14.9,74.1 -41.9,101.1c-27,27 -62.9,41.9 -101.1,41.9s-74.1,-14.9 -101.1,-41.9s-41.9,-62.9 -41.9,-101.1s14.9,-74.1 41.9,-101.1S201.7,119.7 239.9,119.7M239.9,87.7c-96.6,0 -175,78.4 -175,175s78.4,175 175,175s175,-78.4 175,-175S336.6,87.7 239.9,87.7L239.9,87.7z" />
|
|
<path
|
|
android:fillColor="@color/no_alarms"
|
|
android:pathData="M307.8,217.5l-22.7,-22.7l-45.2,45.2l-45.1,-45.2l-22.7,22.7l45.2,45.2l-45.2,45.1l22.7,22.7l45.1,-45.2l45.2,45.2l22.7,-22.7l-45.2,-45.1z" />
|
|
</vector> |