summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Hoford <google.com>2013-01-25 13:28:34 -0800
committerJohn Hoford <hoford@google.com>2013-01-30 18:57:44 -0800
commit0b1b15525e85ed9fceaa1aab2f39df620f375826 (patch)
treeeca7c14f7419d9930cca452c3850bfa14ccf461e /res/values
parent8b4605633b6fedbe54020aac84f7ab042a71af7c (diff)
downloadandroid_packages_apps_Snap-0b1b15525e85ed9fceaa1aab2f39df620f375826.tar.gz
android_packages_apps_Snap-0b1b15525e85ed9fceaa1aab2f39df620f375826.tar.bz2
android_packages_apps_Snap-0b1b15525e85ed9fceaa1aab2f39df620f375826.zip
add color selection ui to draw
Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_color.xml6
-rw-r--r--res/values/filtershow_ids.xml1
-rw-r--r--res/values/filtershow_strings.xml26
3 files changed, 29 insertions, 4 deletions
diff --git a/res/values/filtershow_color.xml b/res/values/filtershow_color.xml
index 15bf2bc7b..175d3d3e0 100644
--- a/res/values/filtershow_color.xml
+++ b/res/values/filtershow_color.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The Android Open Source Project
+<!-- Copyright (C) 2013 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.
@@ -13,6 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
<resources>
<color name="yellow">#FFFF00</color>
<color name="green">#00FF00</color>
@@ -23,4 +24,7 @@
<color name="background_toolbar">#363949</color>
<color name="background_main_toolbar">#232323</color>
<color name="toolbar_separation_line">#333333</color>
+ <color name="slider_dot_color">#6464FF</color>
+ <color name="slider_line_color">#33B5E5</color>
+
</resources> \ No newline at end of file
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index b45435dca..c444fba78 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -37,4 +37,5 @@
<item type="id" name="drawOnImageButton" />
<item type="id" name="imageCurves" />
<item type="id" name="imageZoom" />
+ <item type="id" name="editorDraw" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 7fc0f4b32..92cc06a0f 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -147,11 +147,31 @@
<!-- Label for the curves tool, all channels (RGB) [CHAR LIMIT=3] -->
<string name="curves_channel_rgb">RGB</string>
- <!-- Label for the curves tool, Red color channel [CHAR LIMIT=10] -->
+ <!-- Label for the curves tool, Red color channel [CHAR LIMIT=14] -->
<string name="curves_channel_red">Red</string>
- <!-- Label for the curves tool, Green color channel [CHAR LIMIT=10] -->
+ <!-- Label for the curves tool, Green color channel [CHAR LIMIT=14] -->
<string name="curves_channel_green">Green</string>
- <!-- Label for the curves tool, Blue color channel [CHAR LIMIT=10] -->
+ <!-- Label for the curves tool, Blue color channel [CHAR LIMIT=14] -->
<string name="curves_channel_blue">Blue</string>
+ <!-- Label for the The style to draw in [CHAR LIMIT=14] -->
+ <string name="draw_style">Style</string>
+ <!-- Label for the size to draw in in [CHAR LIMIT=14] -->
+ <string name="draw_size">Size</string>
+ <!-- Label for the color to draw in [CHAR LIMIT=14] -->
+ <string name="draw_color">Color</string>
+ <!-- Label for the line style of drawing in [CHAR LIMIT=14] -->
+ <string name="draw_style_line">Lines</string>
+ <!-- Label for the brush style of drawing in [CHAR LIMIT=14] -->
+ <string name="draw_style_brush">Brush</string>
+
+ <!-- Label for the select the color [CHAR LIMIT=30] -->
+ <string name="color_pick_select">Choose custom color</string>
+ <!-- The title for the color pick dialog [CHAR LIMIT=20] -->
+ <string name="color_pick_title">Select Color</string>
+ <!-- The title for draw size [CHAR LIMIT=50] -->
+ <string name="draw_size_title">Select Size</string>
+ <!-- The accept the draw size [CHAR LIMIT=20] -->
+ <string name="draw_size_accept">OK</string>
+
</resources>