13332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock<!--
23332ba54ae85df14d761447d86d2aa19d448ce11John SpurlockCopyright (C) 2014 The Android Open Source Project
33332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock
43332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock   Licensed under the Apache License, Version 2.0 (the "License");
53332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    you may not use this file except in compliance with the License.
63332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    You may obtain a copy of the License at
73332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock
83332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock         http://www.apache.org/licenses/LICENSE-2.0
93332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock
103332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    Unless required by applicable law or agreed to in writing, software
113332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    distributed under the License is distributed on an "AS IS" BASIS,
123332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    See the License for the specific language governing permissions and
143332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    limitations under the License.
153332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock-->
16a95c8abb366d9c39450513335f550b56da13b30aztenghui<vector xmlns:android="http://schemas.android.com/apk/res/android"
173332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock        android:width="24.0dp"
18a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:height="24.0dp"
193332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock        android:viewportWidth="48.0"
20a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:viewportHeight="48.0">
213332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock
223332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock    <path
23a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:fillColor="#FFFFFFFF"
243332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock        android:pathData="M30.0,6.0L30.0,2.0L18.0,2.0l0.0,4.0l-8.0,0.0l0.0,40.0l28.0,0.0L38.0,6.0L30.0,6.0zM26.0,37.0l-4.0,0.0l0.0,-4.0l4.0,0.0L26.0,37.0zM26.0,30.0l-4.0,0.0L22.0,15.0l4.0,0.0L26.0,30.0z"/>
253332ba54ae85df14d761447d86d2aa19d448ce11John Spurlock</vector>
26