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

Commit bca66f20 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: Ieadaf40cd76f361f033380aed0ed1049b1af9e1c
parents 118b0fc6 b5181d06
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);