summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-10-11 15:16:58 -0700
committerRuben Brunk <rubenbrunk@google.com>2012-10-11 16:59:56 -0700
commit7909f39d809f8f9ecbb2519fda94ad948c24722d (patch)
treecfd8743fcd782c85df9c3a905cc71046dbe1ff1f /res
parent55e26859a9255d617b6b9b2e72fb2c077831ca0e (diff)
downloadandroid_packages_apps_Snap-7909f39d809f8f9ecbb2519fda94ad948c24722d.tar.gz
android_packages_apps_Snap-7909f39d809f8f9ecbb2519fda94ad948c24722d.tar.bz2
android_packages_apps_Snap-7909f39d809f8f9ecbb2519fda94ad948c24722d.zip
Fixed apply bar text. Moved strings to xml.
Bug: 7333492 Change-Id: I650a7178e5351c98d0bf5808ccdf6c597a88dada
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>