Create new Accessibility warning dialog based on the style of permission dialog Bug: 129788631 Test: Visual Change-Id: I0ec693f9c29e6e85e17d5bd1a64a4c0fe9499f95
		
			
				
	
	
		
			13 lines
		
	
	
		
			677 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			677 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<vector xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    android:width="18dp"
 | 
						|
    android:height="18dp"
 | 
						|
    android:viewportWidth="48"
 | 
						|
    android:viewportHeight="48">
 | 
						|
  <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="#757575"/>
 | 
						|
  </group>
 | 
						|
</vector>
 |