This change uses strings that have already been merged. Anything requiring string changes will be in a follow-up CL Bug: 185804815 Test: on-device Change-Id: I4e3d3631bbb9f976badf9d4a1582456b3cb7fae7
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?><!--
 | |
|   ~ Copyright (C) 2021 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="24dp"
 | |
|     android:height="24dp"
 | |
|     android:viewportHeight="24"
 | |
|     android:viewportWidth="24"
 | |
|     android:tint="?android:attr/colorControlNormal">
 | |
| 
 | |
|     <path android:pathData="M0 0h24v24H0V0z" />
 | |
|     <path
 | |
|         android:fillColor="#000000"
 | |
|         android:pathData="M16 18H6V6h10v1h2V3c0-1.1-0.9-2-2-2L6 1.01C4.9 1.01 4 1.9 4 3v18c0 1.1 0.9
 | |
|         2 2 2h10c1.1 0 2-0.9 2-2v-4h-2v1zM6
 | |
|         3h10v1H6V3zm0 18v-1h10v1H6zm13.25-10.5v-0.66c0-1.13-1.03-2.09-2.25-2.09s-2.25 0.96 -2.25
 | |
|         2.09v0.66H14V16h6v-5.5h-0.75zm-1.5 0h-1.5v-0.66c0-0.29 0.38 -0.59 0.75 -0.59s0.75 0.3 0.75
 | |
|         0.59 v0.66z" />
 | |
| </vector> |