summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewWidget.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2010-12-03 11:39:55 -0800
committerAdam Cohen <adamcohen@google.com>2010-12-03 15:46:56 -0800
commit5bb50bdb13f5fc22f5febd9480e78222b26c6fe7 (patch)
tree4b7f3c5c30c0dc39018d8e0f8ffefc9bfc124b44 /src/com/android/launcher2/PagedViewWidget.java
parent4b67b442446cb4a0ea8373a8aa942a069431d6bc (diff)
downloadandroid_packages_apps_Trebuchet-5bb50bdb13f5fc22f5febd9480e78222b26c6fe7.tar.gz
android_packages_apps_Trebuchet-5bb50bdb13f5fc22f5febd9480e78222b26c6fe7.tar.bz2
android_packages_apps_Trebuchet-5bb50bdb13f5fc22f5febd9480e78222b26c6fe7.zip
Improving the look of holographic outlines
- The outlines are used in AllApps, Workspace and Customize Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
Diffstat (limited to 'src/com/android/launcher2/PagedViewWidget.java')
-rw-r--r--src/com/android/launcher2/PagedViewWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/PagedViewWidget.java b/src/com/android/launcher2/PagedViewWidget.java
index 40e507bb3..4d4ccc2d4 100644
--- a/src/com/android/launcher2/PagedViewWidget.java
+++ b/src/com/android/launcher2/PagedViewWidget.java
@@ -80,7 +80,7 @@ public class PagedViewWidget extends LinearLayout {
widget.mPreview.setAlpha(prevAlpha);
widget.mHolographicOutlineCanvas.restore();
- sHolographicOutlineHelper.applyExpensiveOutlineWithBlur(outline,
+ sHolographicOutlineHelper.applyThickExpensiveOutlineWithBlur(outline,
widget.mHolographicOutlineCanvas, widget.mHoloBlurColor,
widget.mHoloOutlineColor);