Change "up next" subheader color in now playing screen on dark theme
This commit is contained in:
parent
4b6eb5fbf6
commit
793cf20e40
1 changed files with 1 additions and 5 deletions
|
|
@ -324,11 +324,7 @@ public class PlayerFragment extends AbsPlayerFragment implements PlayerAlbumCove
|
|||
}
|
||||
|
||||
AnimatorSet animatorSet = new AnimatorSet();
|
||||
animatorSet.play(backgroundAnimator);
|
||||
|
||||
if (!ThemeSingleton.get().darkTheme) {
|
||||
animatorSet.play(ViewUtil.createTextColorTransition(fragment.playerQueueSubHeader, fragment.lastColor, newColor));
|
||||
}
|
||||
animatorSet.play(backgroundAnimator).with(ViewUtil.createTextColorTransition(fragment.playerQueueSubHeader, fragment.lastColor, newColor));
|
||||
|
||||
animatorSet.setDuration(ViewUtil.PHONOGRAPH_ANIM_TIME);
|
||||
return animatorSet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue