Xml文件  |  27行  |  1.31 KB

<?xml version="1.0" encoding="utf-8"?>
<!--
/**
 * Copyright (C) 2016 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="@dimen/case_icon_size"
        android:height="@dimen/case_icon_size"
        android:viewportWidth="32.0"
        android:viewportHeight="32.0">
    <path
        android:pathData="M26.67,8h-5.33V5.33c0,-1.48 -1.19,-2.67 -2.67,-2.67h-5.33c-1.48,0 -2.67,1.19 -2.67,2.67V8H5.33c-1.48,0 -2.65,1.19 -2.65,2.67L2.67,25.33c0,1.48 1.19,2.67 2.67,2.67h21.33c1.48,0 2.67,-1.19 2.67,-2.67V10.67C29.33,9.19 28.15,8 26.67,8zM16,20c-1.47,0 -2.67,-1.2 -2.67,-2.67s1.2,-2.67 2.67,-2.67s2.67,1.2 2.67,2.67S17.47,20 16,20zM18.67,8h-5.33V5.33h5.33V8z"
        android:fillColor="@color/blue"/>
</vector>