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

Commit 678dafc5 authored by Beth Thibodeau's avatar Beth Thibodeau Committed by android-build-merger
Browse files

Merge "Add text shadow to improve visibility on album art" into qt-dev am: ab160487

am: b5181d06

Change-Id: Ib01d228c389b3bc129fa51fa647b318bf0b574ed
parents cc0e890f b5181d06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ public class NotificationMediaTemplateViewWrapper extends NotificationTemplateVi
        int tintColor = getNotificationHeader().getOriginalIconColor();
        mSeekBarElapsedTime.setTextColor(tintColor);
        mSeekBarTotalTime.setTextColor(tintColor);
        mSeekBarTotalTime.setShadowLayer(1.5f, 1.5f, 1.5f, mBackgroundColor);

        ColorStateList tintList = ColorStateList.valueOf(tintColor);
        mSeekBar.setThumbTintList(tintList);