Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / drawable / vector_drawable_progress_bar_small.xml
blobebb632a00a1909bfe742b760b913aabcc61622d7
1 <!--
2  Copyright (C) 2014 The Android Open Source Project
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
8           http://www.apache.org/licenses/LICENSE-2.0
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="16"
20         android:viewportWidth="16"
21         android:tint="?attr/colorControlActivated">
23     <group
24         android:name="root"
25         android:translateX="8.0"
26         android:translateY="8.0" >
27         <path
28             android:name="progressBar"
29             android:fillColor="#00000000"
30             android:pathData="M0, 0 m 0, -5.9375 a 5.9375,5.9375 0 1,1 0,11.875 a 5.9375,5.9375 0 1,1 0,-11.875"
31             android:strokeColor="@color/white"
32             android:strokeLineCap="square"
33             android:strokeLineJoin="miter"
34             android:strokeWidth="2.125"
35             android:trimPathEnd="0"
36             android:trimPathOffset="0"
37             android:trimPathStart="0" />
38     </group>
40 </vector>