summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-10-11 17:26:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-11 17:26:29 -0700
commitce3f980f08ceed504224becbceba6f647d6dfbf9 (patch)
tree314d88d8263b6c7c32b4b0b8c7e3f8bf837d6cf1 /res
parent4b186225c685bca13dbfee641f9939a004294d37 (diff)
parent7909f39d809f8f9ecbb2519fda94ad948c24722d (diff)
downloadandroid_packages_apps_Snap-ce3f980f08ceed504224becbceba6f647d6dfbf9.tar.gz
android_packages_apps_Snap-ce3f980f08ceed504224becbceba6f647d6dfbf9.tar.bz2
android_packages_apps_Snap-ce3f980f08ceed504224becbceba6f647d6dfbf9.zip
Merge "Fixed apply bar text. Moved strings to xml." into gb-ub-photos-arches
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml1
-rw-r--r--res/values/filtershow_strings.xml12
2 files changed, 11 insertions, 2 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 0c9ceb8a5..74173748e 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -187,6 +187,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:background="@android:color/transparent"
+ android:textAllCaps="true"
android:gravity="center"
android:text="@string/apply_effect"
android:textSize="24dip" />
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index e953fa089..e5d8b3f3f 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -83,8 +83,16 @@
<string name="curvesRGB">Curves</string>
<!-- Label for the vignette filter button [CHAR LIMIT=15] -->
<string name="vignette">Vignette</string>
- <!-- Name for the photo effect that removes redeye. [CHAR LIMIT=15] -->
+ <!-- Label for the photo effect that removes redeye. [CHAR LIMIT=15] -->
<string name="redeye">Red Eye</string>
+ <!-- Label for the straighten effect [CHAR LIMIT=15] -->
+ <string name="straighten" msgid="5217801513491493491">Straighten</string>
+ <!-- Label for the crop effect [CHAR LIMIT=15] -->
+ <string name="crop" msgid="5584000454518174632">Crop</string>
+ <!-- Label for the rotate effect [CHAR LIMIT=15] -->
+ <string name="rotate" msgid="460017689320955494">Rotate</string>
+ <!-- Label for the flip effect [CHAR LIMIT=15] -->
+ <string name="flip" msgid="2357692401826287480">Flip</string>
<!-- Labels for the curves tool -->
@@ -97,4 +105,4 @@
<!-- Label for the curves tool, Blue color channel [CHAR LIMIT=10] -->
<string name="curves_channel_blue">Blue</string>
-</resources> \ No newline at end of file
+</resources>