1486b78e42652466f6241eb87d5bed60040db7a25John Spurlock<!--
2486b78e42652466f6241eb87d5bed60040db7a25John SpurlockCopyright (C) 2014 The Android Open Source Project
3486b78e42652466f6241eb87d5bed60040db7a25John Spurlock
4486b78e42652466f6241eb87d5bed60040db7a25John Spurlock   Licensed under the Apache License, Version 2.0 (the "License");
5486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    you may not use this file except in compliance with the License.
6486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    You may obtain a copy of the License at
7486b78e42652466f6241eb87d5bed60040db7a25John Spurlock
8486b78e42652466f6241eb87d5bed60040db7a25John Spurlock         http://www.apache.org/licenses/LICENSE-2.0
9486b78e42652466f6241eb87d5bed60040db7a25John Spurlock
10486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    Unless required by applicable law or agreed to in writing, software
11486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    distributed under the License is distributed on an "AS IS" BASIS,
12486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    See the License for the specific language governing permissions and
14486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    limitations under the License.
15486b78e42652466f6241eb87d5bed60040db7a25John Spurlock-->
16a95c8abb366d9c39450513335f550b56da13b30aztenghui<vector xmlns:android="http://schemas.android.com/apk/res/android"
17486b78e42652466f6241eb87d5bed60040db7a25John Spurlock        android:width="56dp"
18a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:height="56dp"
19486b78e42652466f6241eb87d5bed60040db7a25John Spurlock        android:viewportWidth="48.0"
20a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:viewportHeight="48.0">
21486b78e42652466f6241eb87d5bed60040db7a25John Spurlock
22486b78e42652466f6241eb87d5bed60040db7a25John Spurlock    <path
23a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:fillColor="@color/qs_detail_empty"
24486b78e42652466f6241eb87d5bed60040db7a25John Spurlock        android:pathData="M35.4,15.4L24.0,4.0l-2.0,0.0l0.0,15.2L12.8,10.0L10.0,12.8L21.2,24.0L10.0,35.2l2.8,2.8l9.2,-9.2L22.0,44.0l2.0,0.0l11.4,-11.4L26.8,24.0L35.4,15.4zM26.0,11.7l3.8,3.8L26.0,19.2L26.0,11.7zM29.8,32.6L26.0,36.3l0.0,-7.5L29.8,32.6z"/>
25486b78e42652466f6241eb87d5bed60040db7a25John Spurlock</vector>
26