summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-08-05 15:07:14 -0700
committerJohn Hoford <hoford@google.com>2013-08-09 17:21:22 -0700
commitf4b659334750a5aa75f929d18857a2ab93c9d939 (patch)
treefe4a4e7827129a79e694282a1506b9979ef1c712 /res/values
parent8c3d2b9ab605cb8e5e883932147b8a378748ef32 (diff)
downloadandroid_packages_apps_Gallery2-f4b659334750a5aa75f929d18857a2ab93c9d939.tar.gz
android_packages_apps_Gallery2-f4b659334750a5aa75f929d18857a2ab93c9d939.tar.bz2
android_packages_apps_Gallery2-f4b659334750a5aa75f929d18857a2ab93c9d939.zip
fix draw
Change-Id: I535221edd992c1a8c659c398dba61158e0c1d87d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_color.xml4
-rw-r--r--res/values/filtershow_strings.xml8
2 files changed, 9 insertions, 3 deletions
diff --git a/res/values/filtershow_color.xml b/res/values/filtershow_color.xml
index d7cf79d70..a8c44d8e2 100644
--- a/res/values/filtershow_color.xml
+++ b/res/values/filtershow_color.xml
@@ -24,8 +24,8 @@
<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>
+ <color name="slider_dot_color">#646464</color>
+ <color name="slider_line_color">#888888</color>
<color name="state_panel_separation_line">#232323</color>
<color name="filtershow_background">#333333</color>
<color name="filtershow_graphic">#717171</color>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index b28dd5fbe..f2c1bf161 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -207,8 +207,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 Hue to draw in [CHAR LIMIT=14] -->
+ <string name="draw_hue">Hue</string>
<!-- Label for the color to draw in [CHAR LIMIT=14] -->
- <string name="draw_color">Color</string>
+ <string name="draw_saturation">Saturation</string>
+ <!-- Label for the Brightness to draw in [CHAR LIMIT=14] -->
+ <string name="draw_value">Brightness</string>
+ <!-- Label for the color to draw in [CHAR LIMIT=14] -->
+ <string name="draw_opacity">Opacity</string>
<!-- Label for the line style of drawing in [CHAR LIMIT=14] -->
<string name="draw_style_line">Lines</string>
<!-- Label for the Marker brush style of drawing in [CHAR LIMIT=14] -->