vector_drawable_progress_bar_small.xml revision 77a12e897e0c99f77a1d4d3780ad6103850c0720
1<!--
2 Copyright (C) 2014 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:height="16dp"
18        android:width="16dp"
19        android:viewportHeight="48"
20        android:viewportWidth="48" >
21
22    <group
23        android:name="root"
24        android:translateX="24.0"
25        android:translateY="24.0" >
26        <path
27            android:name="progressBar"
28            android:fillColor="#00000000"
29            android:pathData="M0, 0 m 0, -19 a 19,19 0 1,1 0,38 a 19,19 0 1,1 0,-38"
30            android:strokeColor="?attr/colorControlActivated"
31            android:strokeLineCap="square"
32            android:strokeLineJoin="miter"
33            android:strokeWidth="4"
34            android:trimPathEnd="0"
35            android:trimPathOffset="0"
36            android:trimPathStart="0" />
37    </group>
38
39</vector>