1<!-- 2 Copyright (C) 2014 The Android Open Source Project 3Licensed under the Apache License, Version 2.0 (the "License"); 4you may not use this file except in compliance with the License. 5You may obtain a copy of the License at"+ 6 7http://www.apache.org/licenses/LICENSE-2.0 8 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 xmlns:android="http://schemas.android.com/apk/res/android" 17 android:height="128dp" 18 android:width="128dp" 19 android:viewportHeight="512" 20 android:viewportWidth="512" > 21 22 <group> 23 <path 24 android:name="002b" 25 android:pathData="M100,200c0,-100 150,-100 150,0s150,100 150,0t-200,299" 26 android:strokeColor="#FF0000FF" 27 android:strokeWidth="4" 28 android:fillColor="#00000000" /> 29 </group> 30 31</vector>