163860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy<!--
263860956f1c5fa18e2c89584e9399393831b0e49Kenny GuyCopyright (C) 2014 The Android Open Source Project
363860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy
463860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy   Licensed under the Apache License, Version 2.0 (the "License");
563860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    you may not use this file except in compliance with the License.
663860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    You may obtain a copy of the License at
763860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy
863860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy         http://www.apache.org/licenses/LICENSE-2.0
963860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy
1063860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    Unless required by applicable law or agreed to in writing, software
1163860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    distributed under the License is distributed on an "AS IS" BASIS,
1263860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1363860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    See the License for the specific language governing permissions and
1463860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    limitations under the License.
1563860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy-->
16a95c8abb366d9c39450513335f550b56da13b30aztenghui<vector xmlns:android="http://schemas.android.com/apk/res/android"
17b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:width="20.0dp"
18b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:height="20.0dp"
19b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:viewportWidth="20.0"
20b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:viewportHeight="20.0">
2163860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    <path
22b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:pathData="M10.0,10.0m-10.0,0.0a10.0,10.0 0.0,1.0 1.0,20.0 0.0a10.0,10.0 0.0,1.0 1.0,-20.0 0.0"
23a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:fillColor="#FF5722"/>
2463860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    <path
25b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:pathData="M15.2,6.2L4.8,6.2c-0.5,0.0 -0.9,0.4 -0.9,1.0L3.9,10.0c0.0,0.5 0.4,1.0 0.9,1.0l3.8,0.0l0.0,-1.0l2.9,0.0l0.0,1.0l3.8,0.0c0.5,0.0 1.0,-0.4 1.0,-1.0L16.3,7.1C16.2,6.6 15.8,6.2 15.2,6.2z"
26a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:fillColor="#FFFFFF"/>
2763860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    <path
28b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:pathData="M8.6,12.9l0.0,-1.0L4.3,11.9l0.0,2.4c0.0,0.5 0.4,0.9 0.9,0.9l9.5,0.0c0.5,0.0 0.9,-0.4 0.9,-0.9l0.0,-2.4l-4.3,0.0l0.0,1.0L8.6,12.9z"
29a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:fillColor="#FFFFFF"/>
3063860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy    <path
31b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:pathData="M7.1,5.2l0.0,1.0 1.0,0.0 0.0,-1.0 3.799999,0.0 0.0,1.0 1.0,0.0 0.0,-1.0 -1.0,-0.9 -3.799999,0.0z"
32b5d34f3b6a5264cfd7a8149e5b7b3b40a9e34bdcAlexandra Gherghina        android:fillColor="#FFFFFF"/>
3363860956f1c5fa18e2c89584e9399393831b0e49Kenny Guy</vector>
34