Improving the look of holographic outlines

- The outlines are used in AllApps, Workspace and Customize

Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
This commit is contained in:
Adam Cohen
2010-12-03 11:39:55 -08:00
parent 4b67b44244
commit 5bb50bdb13
4 changed files with 41 additions and 47 deletions

View File

@@ -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);