Loading src/com/android/launcher3/BubbleTextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -376,7 +376,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, FastBitmapDrawable iconDrawable = info.newIcon(getContext(), flags); mDotParams.appColor = iconDrawable.getIconColor(); mDotParams.dotColor = getContext().getResources() .getColor(android.R.color.system_accent3_100, getContext().getTheme()); .getColor(android.R.color.system_accent3_200, getContext().getTheme()); setIcon(iconDrawable); applyLabel(info); } Loading Loading
src/com/android/launcher3/BubbleTextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -376,7 +376,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, FastBitmapDrawable iconDrawable = info.newIcon(getContext(), flags); mDotParams.appColor = iconDrawable.getIconColor(); mDotParams.dotColor = getContext().getResources() .getColor(android.R.color.system_accent3_100, getContext().getTheme()); .getColor(android.R.color.system_accent3_200, getContext().getTheme()); setIcon(iconDrawable); applyLabel(info); } Loading