Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 234323c2 authored by James O'Leary's avatar James O'Leary Committed by Automerger Merge Worker
Browse files

Merge "Update notification dot from T90 to T80" into tm-dev am: 7bbf0b5e

parents b8dd99d0 7bbf0b5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }