| John Spurlock | 465cefa | 2014-08-16 10:39:33 -0400 | [diff] [blame] | 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="2dp" |
| 18 | android:viewportHeight="1" |
| 19 | android:viewportWidth="360" |
| 20 | android:width="360dp" > |
| 21 | |
| 22 | <group |
| 23 | android:name="linear_indeterminate" |
| 24 | android:translateX="180.0" |
| 25 | android:translateY="0.0" > |
| 26 | <group |
| 27 | android:name="path1" |
| 28 | android:scaleX="0.1" |
| 29 | android:translateX="-522.59" > |
| 30 | <path |
| 31 | android:name="rect1" |
| 32 | android:fillColor="?android:attr/colorControlActivated" |
| 33 | android:pathData="m 0 0 l 288 0 l 0 1 l -288 0 z" /> |
| 34 | </group> |
| 35 | <group |
| 36 | android:name="path2" |
| 37 | android:scaleX="0.1" |
| 38 | android:translateX="-197.6" > |
| 39 | <path |
| 40 | android:name="rect2" |
| 41 | android:fillColor="?android:attr/colorControlActivated" |
| 42 | android:pathData="m 0 0 l 288 0 l 0 1 l -288 0 z" /> |
| 43 | </group> |
| 44 | </group> |
| 45 | </vector> |