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

Commit 5500417a authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Add text shadow to improve visibility on album art

Fixes: 132629876
Test: Visual, examples at https://photos.app.goo.gl/KcLhzyQT6NCbb5BF6
Change-Id: I0d013f28728824ff44db172a711e89b219d63bbe
parent 36e3da79
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -295,6 +295,7 @@ public class NotificationMediaTemplateViewWrapper extends NotificationTemplateVi
        int tintColor = getNotificationHeader().getOriginalIconColor();
        int tintColor = getNotificationHeader().getOriginalIconColor();
        mSeekBarElapsedTime.setTextColor(tintColor);
        mSeekBarElapsedTime.setTextColor(tintColor);
        mSeekBarTotalTime.setTextColor(tintColor);
        mSeekBarTotalTime.setTextColor(tintColor);
        mSeekBarTotalTime.setShadowLayer(1.5f, 1.5f, 1.5f, mBackgroundColor);


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