summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/contactgrid/res/drawable/vd_hd_attempting.xml
blob: 3d9a5e43999a86a58518e46fc031db1e4d2a6138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2017 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:height="24dp"
    android:name="root"
    android:tint="?attr/colorControlNormal"
    android:viewportHeight="24"
    android:viewportWidth="24"
    android:width="24dp">

  <group
      android:name="progressRoot"
      android:translateX="12.0"
      android:translateY="12.0">
    <path
        android:fillColor="#00000000"
        android:name="progressBar"
        android:pathData="M0, 0 m 0, -11 a 11,11 0 1,1 0,22 a 11,11 0 1,1 0,-22"
        android:strokeColor="@android:color/white"
        android:strokeLineCap="square"
        android:strokeLineJoin="miter"
        android:strokeWidth="2"
        android:trimPathEnd="0"
        android:trimPathOffset="0"
        android:trimPathStart="0"/>
  </group>
  <group
      android:name="hdRoot"
      android:pivotX="12"
      android:pivotY="12">
    <clip-path
        android:name="hdMask"
        android:pathData="M12, 12 m 0, -9 a 9,9 0 1,1 0,18 a 9,9 0 1,1 0,-18"/>
    <path
        android:fillColor="@android:color/white"
        android:name="hd"
        android:pathData="M19,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM11,15L9.5,15v-2h-2v2L6,15L6,9h1.5v2.5h2L9.5,9L11,9v6zM13,9h4c0.55,0 1,0.45 1,1v4c0,0.55 -0.45,1 -1,1h-4L13,9zM14.5,13.5h2v-3h-2v3z"/>
  </group>

</vector>