Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationMediaTemplateViewWrapper.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationMediaTemplateViewWrapper.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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); Loading