Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / drawable / vector_drawable_progress_bar_large.xml
blob6448f3ba9c29e36eb9be1aee4bc98e3028a96fd6
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="76dp"
18         android:width="76dp"
19         android:viewportHeight="76"
20         android:viewportWidth="76"
21         android:tint="?attr/colorControlActivated">
23     <group
24         android:name="root"
25         android:translateX="38.0"
26         android:translateY="38.0" >
27         <path
28             android:name="progressBar"
29             android:fillColor="#00000000"
30             android:pathData="M0, 0 m 0, -29 a 29,29 0 1,1 0,58 a 29,29 0 1,1 0,-58"
31             android:strokeColor="@color/white"
32             android:strokeLineCap="square"
33             android:strokeLineJoin="miter"
34             android:strokeWidth="6"
35             android:trimPathEnd="0"
36             android:trimPathOffset="0"
37             android:trimPathStart="0" />
38     </group>
40 </vector>