Bug: 241805782 Test: atest, local raven device Screenshot: attached on bug Flag: aconfig com.android.settings.accessibility.enable_color_contrast_control Change-Id: I7fcc01b822b460c6585c41a5831575ba0ffbcc93
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<!--
 | 
						|
  ~ Copyright (C) 2024 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"
 | 
						|
        xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
 | 
						|
        android:width="32dp"
 | 
						|
        android:height="32dp"
 | 
						|
        android:viewportWidth="24"
 | 
						|
        android:viewportHeight="24"
 | 
						|
        android:tint="?attr/colorControlNormal">
 | 
						|
<path
 | 
						|
    android:fillColor="?androidprv:attr/materialColorOnPrimary"
 | 
						|
    android:pathData="M20.41,4.94l-1.35,-1.35c-0.78,-0.78 -2.05,-0.78 -2.83,0L3,16.82L3,21h4.18L20.41,7.77c0.79,-0.78 0.79,-2.05 0,-2.83zM6.41,19.06L5,19v-1.36l9.82,-9.82 1.41,1.41 -9.82,9.83z"/>
 | 
						|
</vector>
 |