for individual actions. Also adding a section in Developer Options for enabling these individual tiles. Bug: 34813634 Bug: 34909670 Test: Manually tested on device Change-Id: I3adf5498f8b72959cb68cd508c44d87f953e450a
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!--
 | |
| Copyright (C) 2015 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:viewportWidth="24.0"
 | |
|         android:viewportHeight="24.0"
 | |
|         android:tint="?android:attr/colorControlNormal">
 | |
|     <path
 | |
|         android:fillColor="#FFFFFFFF"
 | |
|         android:pathData="M23,1v22H1V1H23 M24,0H0v24h24V0L24,0z"/>
 | |
|     <path
 | |
|         android:strokeColor="#FFFFFFFF"
 | |
|         android:strokeWidth="0.667"
 | |
|         android:pathData="M5,19L1,23"/>
 | |
|     <path
 | |
|         android:strokeColor="#FFFFFFFF"
 | |
|         android:strokeWidth="0.667"
 | |
|         android:pathData="M1,1L5,5"/>
 | |
|     <path
 | |
|         android:strokeColor="#FFFFFFFF"
 | |
|         android:strokeWidth="0.667"
 | |
|         android:pathData="M19,5L23,1"/>
 | |
|     <path
 | |
|         android:strokeColor="#FFFFFFFF"
 | |
|         android:strokeWidth="0.667"
 | |
|         android:pathData="M19,19L23,23"/>
 | |
|     <path
 | |
|         android:fillColor="#FFFFFFFF"
 | |
|         android:pathData="M14,3.8l-4,0l-0.2,-0.8l4.4,0z"/>
 | |
|     <path
 | |
|         android:fillColor="#FFFFFFFF"
 | |
|         android:pathData="M18.8,5.2v13.5H5.2V5.2H18.8 M19.5,4.5h-15v15h15V4.5L19.5,4.5z"/>
 | |
|     <path
 | |
|         android:fillColor="#FFFFFFFF"
 | |
|         android:pathData="M6.5,9.5h5v11h-5z"/>
 | |
|     <path
 | |
|         android:fillColor="#FFFFFFFF"
 | |
|         android:pathData="M12.5,16.5h5v5h-5z"/>
 | |
| </vector> |