42 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!-- Copyright (C) 2014 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.
 | 
						|
-->
 | 
						|
<resources>
 | 
						|
    <string name="none">None</string>
 | 
						|
    <string name="autofix">Autofix</string>
 | 
						|
    <string name="bw">Min/Max Color Intensity</string>
 | 
						|
    <string name="brightness">Brightness</string>
 | 
						|
    <string name="contrast">Contrast</string>
 | 
						|
    <string name="crossprocess">Cross Process</string>
 | 
						|
    <string name="documentary">Documentary</string>
 | 
						|
    <string name="duotone">Duo Tone</string>
 | 
						|
    <string name="filllight">Fill Light</string>
 | 
						|
    <string name="fisheye">Fish Eye</string>
 | 
						|
    <string name="flipvert">Flip Vertical</string>
 | 
						|
    <string name="fliphor">Flip Horizontal</string>
 | 
						|
    <string name="grain">Grain</string>
 | 
						|
    <string name="grayscale">Grayscale</string>
 | 
						|
    <string name="lomoish">Lomoish</string>
 | 
						|
    <string name="negative">Negative</string>
 | 
						|
    <string name="posterize">Posterize</string>
 | 
						|
    <string name="rotate">Rotate</string>
 | 
						|
    <string name="saturate">Saturate</string>
 | 
						|
    <string name="sepia">Sepia</string>
 | 
						|
    <string name="sharpen">Sharpen</string>
 | 
						|
    <string name="temperature">Temperature</string>
 | 
						|
    <string name="tint">Tint</string>
 | 
						|
    <string name="vignette">Vignette</string>
 | 
						|
</resources>
 |