summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-01-08 14:15:19 -0800
committerJohn Hoford <hoford@google.com>2013-01-08 14:18:51 -0800
commit155549cc1255bc43a677c2e2f5bde9ac3aaab2ba (patch)
tree92fec779906a8efb996139baf99c2964633b4870 /res
parentd2f3995f22bfe02d6e927f660202bb0b2f89ac82 (diff)
downloadandroid_packages_apps_Snap-155549cc1255bc43a677c2e2f5bde9ac3aaab2ba.tar.gz
android_packages_apps_Snap-155549cc1255bc43a677c2e2f5bde9ac3aaab2ba.tar.bz2
android_packages_apps_Snap-155549cc1255bc43a677c2e2f5bde9ac3aaab2ba.zip
Add a Draw filter
Change-Id: I67aecc9241b4534491fb838b84d0da1a6edbbb54
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml5
-rw-r--r--res/values/filtershow_ids.xml1
-rw-r--r--res/values/filtershow_strings.xml2
3 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index c26d858a4..d89000f67 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -118,6 +118,11 @@
android:layout_height="wrap_content"
android:visibility="gone" />
+ <com.android.gallery3d.filtershow.imageshow.ImageDraw
+ android:id="@+id/imageDraw"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
<!--
<ImageButton
android:id="@+id/showOriginalButton"
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index 2a2a795b0..0a9468951 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -34,4 +34,5 @@
<item type="id" name="edgeButton" />
<item type="id" name="kmeansButton" />
<item type="id" name="downsampleButton" />
+ <item type="id" name="drawOnImageButton" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index d86535691..7f96824be 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -123,6 +123,8 @@
<string name="vignette">Vignette</string>
<!-- Label for the image effect that removes redeye. [CHAR LIMIT=10] -->
<string name="redeye">Red Eye</string>
+ <!-- Label for the that allows drawing on Image [CHAR LIMIT=10] -->
+ <string name="imageDraw">Draw</string>
<!-- Label for the image straighten effect [CHAR LIMIT=15] -->
<string name="straighten" msgid="5217801513491493491">Straighten</string>
<!-- Label for the image crop effect [CHAR LIMIT=15] -->