Based on the Android S design to update the homepage icons in Settings codebase. Bug: 178363516 Test: visual Change-Id: I4f83912d118f85d7f13feb023d30431852efe065
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!--
 | |
|   Copyright (C) 2018 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">
 | |
|     <path
 | |
|         android:pathData="M9.5,4V2H14.5V4H16.67C17.4,4 18,4.6 18,5.33V15V20.67C18,21.4 17.4,22 16.66,22H7.33C6.6,22 6,21.4 6,20.67V15V5.33C6,4.6 6.6,4 7.33,4H9.5ZM8,15V20H16V15V6H8V15Z"
 | |
|         android:fillType="evenOdd"
 | |
|         android:fillColor="?android:attr/colorPrimary"/>
 | |
|     <path
 | |
|         android:pathData="M16.67,22H7.33C6.6,22 6,21.4 6,20.67V5.33C6,4.6 6.6,4 7.33,4H16.67C17.4,4 18,4.6 18,5.33V20.67C18,21.4 17.4,22 16.67,22Z"
 | |
|         android:fillColor="?android:attr/colorPrimary"/>
 | |
| </vector>
 |