summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-12 11:55:50 -0800
committerJohn Hoford <hoford@google.com>2013-02-12 12:11:35 -0800
commit7bddc10fbdc91973ba1cf922590e849f0d53c1f2 (patch)
tree123e8dd8b6d47d60f8d438fc2b8c33185425d4ef /res
parent627bd81fc0a71f6401a4e4ea4014c55353a706bd (diff)
downloadandroid_packages_apps_Snap-7bddc10fbdc91973ba1cf922590e849f0d53c1f2.tar.gz
android_packages_apps_Snap-7bddc10fbdc91973ba1cf922590e849f0d53c1f2.tar.bz2
android_packages_apps_Snap-7bddc10fbdc91973ba1cf922590e849f0d53c1f2.zip
refactor quality to be int
Change-Id: I0470abdbe75cf48c5228e80b9dc060ae6f3d8bbd
Diffstat (limited to 'res')
-rw-r--r--res/menu/filtershow_menu_draw.xml3
-rw-r--r--res/values/filtershow_strings.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/filtershow_menu_draw.xml b/res/menu/filtershow_menu_draw.xml
index 9455f70a7..2960c1f05 100644
--- a/res/menu/filtershow_menu_draw.xml
+++ b/res/menu/filtershow_menu_draw.xml
@@ -33,6 +33,9 @@
<item
android:id="@+id/draw_menu_color"
android:title="@string/draw_color"/>
+ <item
+ android:id="@+id/draw_menu_clear"
+ android:title="@string/draw_clear"/>
</group>
</menu> \ No newline at end of file
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index cf6e80d68..66fb3902d 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -166,6 +166,8 @@
<string name="draw_style_brush_spatter">Marker</string>
<!-- Label for the Spatter brush style of drawing in [CHAR LIMIT=14] -->
<string name="draw_style_brush_marker">Spatter</string>
+ <!-- Label for the removing drawing from screen [CHAR LIMIT=14] -->
+ <string name="draw_clear">Clear</string>
<!-- Label for the select the color [CHAR LIMIT=30] -->
<string name="color_pick_select">Choose custom color</string>