summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-10-04 17:15:37 +0800
committerYuli Huang <yuli@google.com>2011-10-04 17:32:40 +0800
commit1d536ee817b887da443f296d4360046bdf190c79 (patch)
tree25ee93e9646f7a4bd4aa703de65c66e528c14447 /res/values
parent676170e619ad59ea97d04e0edcd62b1500304845 (diff)
downloadandroid_packages_apps_Gallery2-1d536ee817b887da443f296d4360046bdf190c79.tar.gz
android_packages_apps_Gallery2-1d536ee817b887da443f296d4360046bdf190c79.tar.bz2
android_packages_apps_Gallery2-1d536ee817b887da443f296d4360046bdf190c79.zip
Fix b/5375999: replace effect thumbnails.
1. Replace Doodle/Facelift thumbnails. 2. Adjust effect label margins. 3. Remove unused imports from FaceliftFilter.java. Change-Id: I9e5f162721455ace62bb30d90301a9c70ff95fdc
Diffstat (limited to 'res/values')
-rw-r--r--res/values/photoeditor_styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/photoeditor_styles.xml b/res/values/photoeditor_styles.xml
index fe5ad1a54..964ecbf34 100644
--- a/res/values/photoeditor_styles.xml
+++ b/res/values/photoeditor_styles.xml
@@ -26,6 +26,7 @@
<item name="android:layout_width">@dimen/effect_label_width</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_gravity">center_horizontal</item>
+ <item name="android:layout_marginTop">@dimen/effect_label_margin_top</item>
<item name="android:gravity">center</item>
<item name="android:textSize">@dimen/effect_label_text_size</item>
<item name="android:textColor">#FFFFFF</item>