Test: view a11y and NLS 'do you want to turn this on?' dialogs Fixes: 222858822 Change-Id: I2a6ada183da71689ca6f31d57c0da711196cadd5
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.4 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="18dp"
 | 
						|
        android:height="18dp"
 | 
						|
        android:viewportWidth="48"
 | 
						|
        android:viewportHeight="48"
 | 
						|
        android:tint="?android:attr/colorControlNormal">
 | 
						|
  <group>
 | 
						|
    <clip-path
 | 
						|
        android:pathData="M0,0h48v48H0z M 0,0"/>
 | 
						|
    <path
 | 
						|
        android:pathData="M46,11v29c0,4.4 -3.6,8 -8,8H23.4c-2.16,0 -4.2,-0.86 -5.7,-2.38L2,29.66s2.52,-2.46 2.6,-2.5c0.44,-0.38 0.98,-0.58 1.58,-0.58 0.44,0 0.84,0.12 1.2,0.32 0.08,0.02 8.62,4.92 8.62,4.92V8c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v14h2V3c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v19h2V5c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v17h2V11c0,-1.66 1.34,-3 3,-3s3,1.34 3,3z"
 | 
						|
        android:fillColor="#FFFFFF"/>
 | 
						|
  </group>
 | 
						|
</vector>
 |