Merge "Fixing issue where drag icons/holographic bg included the text labels." into honeycomb

This commit is contained in:
Winson Chung
2011-02-04 00:03:24 -08:00
committed by Android (Google) Code Review
@@ -283,7 +283,7 @@ public class BubbleTextView extends TextView implements VisibilityChangedBroadca
super.draw(canvas);
canvas.save(Canvas.CLIP_SAVE_FLAG);
canvas.clipRect(mScrollX, mScrollY + getExtendedPaddingTop(), mScrollX + getWidth(),
mScrollY + getHeight(), Region.Op.REPLACE);
mScrollY + getHeight(), Region.Op.INTERSECT);
getPaint().setShadowLayer(SHADOW_SMALL_RADIUS, 0.0f, 0.0f, SHADOW_SMALL_COLOUR);
super.draw(canvas);
canvas.restore();