Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第一次播放时显示歌词播放进度,如果关闭了屏幕,再次打开屏幕,就不显示歌词的播放进度了 #26

Open
tianshaokai opened this issue Feb 24, 2017 · 7 comments

Comments

@tianshaokai
Copy link

screenshot_2017-02-24-23-43-24-669_io hefuyi listener
screenshot_2017-02-24-23-43-43-675_io hefuyi listener

@hefuyicoder
Copy link
Owner

准确来说是高亮没有了,歌词还是会滚动的,对吧

@tianshaokai
Copy link
Author

tianshaokai commented Feb 25, 2017

对,不显示播放的哪一行歌词了,没有高亮了,但歌词在滚动

@hefuyicoder
Copy link
Owner

我看你歌词没漏啊,只是当前那行没有高亮了

@tianshaokai
Copy link
Author

不好意思,上边写了错别字了,就是没有高亮了

@Missyouag
Copy link

好像直接点下一首也是一样的效果。

@tianshaokai
Copy link
Author

@Missyouag 你也有相同的问题吗??

@Missyouag
Copy link

在QuickControlsFragment.setPalette函数重置了颜色(每一次重获图片,设置主题色);
我的更改是PanelSlideListener的构造函数中 QuickControlsFragment.setPaletteColorChangeListener中:
switch (mStatus) {
case FULLSCREEN:
albumImageDrawable = albumImage.getDrawable();
lyricView.setHighLightTextColor(ATEUtil.getThemeAccentColor(mContext));
setBlurredAlbumArt();
}

添加一行。
package io.hefuyi.listener.listener;
我改了代码,就不贴行数了。

Blankeer added a commit to Blankeer/ListenerMusicPlayer that referenced this issue Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants