OSDN Git Service

Don't enable a11y service if scary dialog obscured am: 9a1b4eb21f am: 5d6d70a50e...
[android-x86/packages-apps-Settings.git] / res / drawable / ic_find_device_enabled.xml
1 <!--
2     Copyright (C) 2017 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15 -->
16 <vector xmlns:android="http://schemas.android.com/apk/res/android"
17     android:width="24dp"
18     android:height="24dp"
19     android:viewportWidth="24"
20     android:viewportHeight="24"
21     android:tint="?android:attr/colorControlNormal">
22
23     <path
24         android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" />
25     <path
26         android:fillColor="#000000"
27         android:pathData="M12,2 C8.13400675,2 5,5.13400675 5,9 C5,14.25 12,22 12,22 C12,22 19,14.25 19,9
28 C19,5.13400675 15.8659932,2 12,2 L12,2 Z M8.2,9.66 L9.61,8.24 L11,9.66
29 L15.24,5.42 L16.65,6.83 L11,12.49 L8.2,9.66 Z" />
30 </vector>