编辑框增加插入游戏和插入回答页面
This commit is contained in:
@ -121,7 +121,6 @@ public class DownloadProgressBar extends ProgressBar {
|
||||
|
||||
public void setText(@StringRes int res) {
|
||||
setText(getResources().getString(res));
|
||||
invalidate(); // 文字绘制没有同步 就重绘多几遍吧 虽然不知到有没有用
|
||||
}
|
||||
|
||||
public void setDownloadType(DownloadType downloadType) {
|
||||
|
||||
Reference in New Issue
Block a user