1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2018 The Android Open Source Project 3 4Licensed under the Apache License, Version 2.0 (the "License"); 5you may not use this file except in compliance with the License. 6You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10Unless required by applicable law or agreed to in writing, software 11distributed under the License is distributed on an "AS IS" BASIS, 12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13See the License for the specific language governing permissions and 14limitations under the License. 15--> 16<vector 17 xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="480dp" 19 android:viewportWidth="480" 20 android:height="96dp" 21 android:viewportHeight="96" > 22 <group 23 android:name="base" 24 android:translateX="240" 25 android:translateY="48" 26 android:scaleX="0.994" 27 android:scaleY="0.994" > 28 <group 29 android:name="base_pivot" 30 android:translateX="-240" 31 android:translateY="-47" > 32 <group 33 android:name="base" 34 android:scaleY="0.99" > 35 <path 36 android:name="base_path" 37 android:pathData="M 480.0,48.0 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903259277 48.0,48.0 Z" 38 android:fillColor="@color/speed_bump_background" /> 39 </group> 40 </group> 41 </group> 42 <group 43 android:name="bar" 44 android:translateX="240" 45 android:translateY="48" > 46 <group 47 android:name="bar_pivot" 48 android:translateX="-240" 49 android:translateY="-48" > 50 <clip-path 51 android:name="bar_mask" 52 android:pathData="M 96.5,48.5 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903411865 48.0,48.0 Z" /> 53 <group 54 android:name="base" > 55 <path 56 android:name="bar_path" 57 android:pathData="M 480.0,48.0 c 0.0,26.5096740723 -21.4903259277,48.0 -48.0,48.0 c 0.0,0.0 -384.0,0.0 -384.0,0.0 c -26.5096740723,0.0 -48.0,-21.4903259277 -48.0,-48.0 c 0.0,-26.5096740723 21.4903259277,-48.0 48.0,-48.0 c 0.0,0.0 384.0,0.0 384.0,0.0 c 26.5096740723,0.0 48.0,21.4903259277 48.0,48.0 Z" 58 android:fillColor="#FF029AE5" /> 59 </group> 60 </group> 61 </group> 62</vector> 63