From 54ba601a99cd8cecc2750e305275c40ac2bfba8b Mon Sep 17 00:00:00 2001 From: Mario Bertschler Date: Thu, 8 Jun 2017 10:53:53 -0700 Subject: Dark text support for caret, drop target text and cell layout drop outline Change-Id: I1bcad657b6e49be6fa93cafe9d8ae304604be34d --- src/com/android/launcher3/CellLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher3/CellLayout.java') diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index 78030ce2a..c2c5c27db 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java @@ -236,7 +236,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler { for (int i = 0; i < mDragOutlines.length; i++) { mDragOutlines[i] = new Rect(-1, -1, -1, -1); } - mDragOutlinePaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); + mDragOutlinePaint.setColor(Themes.getAttrColor(context, R.attr.workspaceTextColor)); // When dragging things around the home screens, we show a green outline of // where the item will land. The outlines gradually fade out, leaving a trail -- cgit v1.2.3