adding media effects sample to sdk

Change-Id: I8fc55e1ac5409c0262bfda930e6db3d34ce6ae08
This commit is contained in:
Robert Ly
2012-04-03 14:00:22 -07:00
parent 4947ffb99b
commit affcdfd7d8
15 changed files with 797 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 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="app_name">HelloEffects</string>
<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>