2018-6-30 02:25:25 测试补充:

This commit is contained in:
kehaoyuan
2018-06-30 04:56:17 +08:00
parent 6b904b9213
commit 627affe0f7
13 changed files with 44 additions and 19 deletions

View File

@ -108,6 +108,7 @@ public class DownloadProgressBar extends ProgressBar {
public void setText(@StringRes int res) {
setText(getResources().getString(res));
invalidate(); // 文字绘制没有同步 就重绘多几遍吧 虽然不知到有没有用
}
public void setDownloadType(DownloadType downloadType) {