Adding icon image with red and green so users can see the effects of changing the color correction. Bug: 38103344 Test: Visually saw the icon appear in Settings->Accessibility->Color Correction Change-Id: I922b6ef2ee0f3a8e8d6ac80a14e46cd66da15195
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <!-- Copyright (C) 2013 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.
 | |
| -->
 | |
| 
 | |
| <PreferenceScreen
 | |
|     xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|     android:key="daltonizer_preference_screen"
 | |
|     android:title="@string/accessibility_display_daltonizer_preference_title">
 | |
| 
 | |
|     <ListPreference
 | |
|         android:entries="@array/daltonizer_type_entries"
 | |
|         android:entryValues="@array/daltonizer_type_values"
 | |
|         android:key="type"
 | |
|         android:summary="%s"
 | |
|         android:title="@string/daltonizer_type"
 | |
|         android:icon="@drawable/ic_accessibility_illustration_colorblind" />
 | |
| 
 | |
| </PreferenceScreen>
 |