- Refactor battery icons to remove private attributes to allow them to be overlayed - Add drawable icon in settings for back arrow - Update a few GM2 icons Bug: 128354921 Test: make; open Settings Change-Id: I84151a4e7d787381b6c51f02bb45ce5f15fa37a2
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <!--
 | |
|   Copyright (C) 2019 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="#FF000000"
 | |
|         android:pathData="M19,8h-1V3H6v5H5c-1.66,0 -3,1.34 -3,3v6h4v4h12v-4h4v-6C22,9.34 20.66,8 19,8zM16,19H8v-4h8V19zM16,8H8V5h8V8zM18,12.5c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S18.55,12.5 18,12.5z"/>
 | |
| </vector>
 |