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

isConvertDaysToHours显示问题 #101

Open
lvyandev opened this issue Jan 31, 2018 · 6 comments
Open

isConvertDaysToHours显示问题 #101

lvyandev opened this issue Jan 31, 2018 · 6 comments
Labels

Comments

@lvyandev
Copy link

lvyandev commented Jan 31, 2018

设置isConvertDaysToHours属性后,时间显示异常

带天显示时间如下
image

设置isConvertDaysToHours后,小时本应该为167,而且小时紧贴着冒号
image

image

@iwgang iwgang added the bug label Jan 31, 2018
@lvyandev
Copy link
Author

lvyandev commented Mar 1, 2018

@iwgang 大佬,这个bug有解决方案吗

@daijiawei
Copy link

你应该是代码中动态设置过CountDownTimer的DynamicConfig了。最后你记得再设置下setConvertDaysToHours(true)就可以了。
DynamicConfig dynamicConfig = new DynamicConfig.Builder().setConvertDaysToHours(true).build();
mCountDownTimer.dynamicShow(dynamicConfig);

@lvyandev
Copy link
Author

@daijiawei 没有设置过

@ichapter
Copy link

ichapter commented Jun 5, 2018

@a512509050 遇到同样问题,请问有解决吗?

@ThugKd
Copy link

ThugKd commented Jun 14, 2018

自己copy一份代码改吧 我也遇到了同样的问题

@gitzzp
Copy link

gitzzp commented Apr 18, 2021

参考这个,#140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants