summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-10-13 14:45:28 +0800
committerYuli Huang <yuli@google.com>2011-10-13 22:37:37 +0800
commitad3229857bd9585129824b0bffa966bfbc2e8a3c (patch)
tree0acd8ea7e9ef014aca56b9d3eea66f25921249d4 /res
parent0cd149f98a029aa2e6162b312642998361c0bdc3 (diff)
downloadandroid_packages_apps_Snap-ad3229857bd9585129824b0bffa966bfbc2e8a3c.tar.gz
android_packages_apps_Snap-ad3229857bd9585129824b0bffa966bfbc2e8a3c.tar.bz2
android_packages_apps_Snap-ad3229857bd9585129824b0bffa966bfbc2e8a3c.zip
Fix UI.
1. Replace slider assets on tablets. 2. Add face-tan effect icon. 3. Change orange color to blue color in straighten effect to be consistent with crop effect. Change-Id: I073dea539d68d2a3d7782a520daa911879bc41cd
Diffstat (limited to 'res')
-rw-r--r--res/drawable-sw600dp/photoeditor_scale_seekbar_color.pngbin2623 -> 3327 bytes
-rw-r--r--res/drawable-sw600dp/photoeditor_scale_seekbar_generic.pngbin1667 -> 2134 bytes
-rw-r--r--res/drawable-sw600dp/photoeditor_scale_seekbar_light.pngbin2064 -> 2877 bytes
-rw-r--r--res/drawable-sw600dp/photoeditor_scale_seekbar_shadow.pngbin2193 -> 2838 bytes
-rw-r--r--res/drawable/photoeditor_effect_facetan.pngbin0 -> 2868 bytes
-rwxr-xr-xres/values-sw600dp/photoeditor_dimens.xml2
-rwxr-xr-xres/values-sw800dp/photoeditor_dimens.xml2
-rw-r--r--res/values/photoeditor_colors.xml3
8 files changed, 5 insertions, 2 deletions
diff --git a/res/drawable-sw600dp/photoeditor_scale_seekbar_color.png b/res/drawable-sw600dp/photoeditor_scale_seekbar_color.png
index e9f46e41d..addc62959 100644
--- a/res/drawable-sw600dp/photoeditor_scale_seekbar_color.png
+++ b/res/drawable-sw600dp/photoeditor_scale_seekbar_color.png
Binary files differ
diff --git a/res/drawable-sw600dp/photoeditor_scale_seekbar_generic.png b/res/drawable-sw600dp/photoeditor_scale_seekbar_generic.png
index 5d9300091..488f927b4 100644
--- a/res/drawable-sw600dp/photoeditor_scale_seekbar_generic.png
+++ b/res/drawable-sw600dp/photoeditor_scale_seekbar_generic.png
Binary files differ
diff --git a/res/drawable-sw600dp/photoeditor_scale_seekbar_light.png b/res/drawable-sw600dp/photoeditor_scale_seekbar_light.png
index bbf2ac897..b0b9c0d0d 100644
--- a/res/drawable-sw600dp/photoeditor_scale_seekbar_light.png
+++ b/res/drawable-sw600dp/photoeditor_scale_seekbar_light.png
Binary files differ
diff --git a/res/drawable-sw600dp/photoeditor_scale_seekbar_shadow.png b/res/drawable-sw600dp/photoeditor_scale_seekbar_shadow.png
index e7d81e957..608acbdf1 100644
--- a/res/drawable-sw600dp/photoeditor_scale_seekbar_shadow.png
+++ b/res/drawable-sw600dp/photoeditor_scale_seekbar_shadow.png
Binary files differ
diff --git a/res/drawable/photoeditor_effect_facetan.png b/res/drawable/photoeditor_effect_facetan.png
new file mode 100644
index 000000000..673a982f6
--- /dev/null
+++ b/res/drawable/photoeditor_effect_facetan.png
Binary files differ
diff --git a/res/values-sw600dp/photoeditor_dimens.xml b/res/values-sw600dp/photoeditor_dimens.xml
index 1162b4571..980272713 100755
--- a/res/values-sw600dp/photoeditor_dimens.xml
+++ b/res/values-sw600dp/photoeditor_dimens.xml
@@ -30,7 +30,7 @@
<dimen name="action_button_padding_horizontal">22dp</dimen>
<dimen name="effect_tool_panel_padding">13dp</dimen>
<dimen name="seekbar_width">560dp</dimen>
- <dimen name="seekbar_height">23dp</dimen>
+ <dimen name="seekbar_height">35dp</dimen>
<dimen name="seekbar_margin_bottom">4dp</dimen>
<dimen name="crop_indicator_size">43dp</dimen>
</resources>
diff --git a/res/values-sw800dp/photoeditor_dimens.xml b/res/values-sw800dp/photoeditor_dimens.xml
index 44791d596..1bcc28d45 100755
--- a/res/values-sw800dp/photoeditor_dimens.xml
+++ b/res/values-sw800dp/photoeditor_dimens.xml
@@ -30,7 +30,7 @@
<dimen name="action_button_padding_horizontal">28dp</dimen>
<dimen name="effect_tool_panel_padding">15dp</dimen>
<dimen name="seekbar_width">560dp</dimen>
- <dimen name="seekbar_height">23dp</dimen>
+ <dimen name="seekbar_height">35dp</dimen>
<dimen name="seekbar_margin_bottom">5dp</dimen>
<dimen name="crop_indicator_size">48dp</dimen>
</resources>
diff --git a/res/values/photoeditor_colors.xml b/res/values/photoeditor_colors.xml
index 9899924c0..dfcc9136f 100644
--- a/res/values/photoeditor_colors.xml
+++ b/res/values/photoeditor_colors.xml
@@ -16,6 +16,9 @@
<resources>
<color name="translucent_black">#67000000</color>
+ <color name="translucent_white">#99CCCCCC</color>
+ <color name="translucent_cyan">#99008AFF</color>
+ <color name="opaque_cyan">#FF008AFF</color>
<color name="color_picker_preset_color1">#ddff1e00</color>
<color name="color_picker_preset_color2">#ddff5b00</color>
<color name="color_picker_preset_color3">#ddff9900</color>