Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / drawable / vector_drawable_progress_indeterminate_horizontal.xml
blob912b5bf79dd7b74295262d2332d48c2b268a10c0
1 <?xml version="1.0" encoding="utf-8"?>
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 -->
17 <vector xmlns:android="http://schemas.android.com/apk/res/android"
18     android:height="10dp"
19     android:width="360dp"
20     android:viewportHeight="10"
21     android:viewportWidth="360" >
22     <group
23         android:name="progress_group"
24         android:translateX="180"
25         android:translateY="5" >
26         <path
27             android:name="background_track"
28             android:pathData="M -180.0,-1.0 l 360.0,0 l 0,2.0 l -360.0,0 Z"
29             android:fillColor="?attr/colorControlActivated"
30             android:fillAlpha="?attr/disabledAlpha"/>
31         <group
32             android:name="rect2_grp"
33             android:translateX="-197.60001"
34             android:scaleX="0.1" >
35             <path
36                 android:name="rect2"
37                 android:pathData="M -144.0,-1.0 l 288.0,0 l 0,2.0 l -288.0,0 Z"
38                 android:fillColor="?attr/colorControlActivated" />
39         </group>
40         <group
41             android:name="rect1_grp"
42             android:translateX="-522.59998"
43             android:scaleX="0.1" >
44             <path
45                 android:name="rect1"
46                 android:pathData="M -144.0,-1.0 l 288.0,0 l 0,2.0 l -288.0,0 Z"
47                 android:fillColor="?attr/colorControlActivated" />
48         </group>
49     </group>
50 </vector>