编辑框增加插入游戏和插入回答页面

This commit is contained in:
kehaoyuan
2019-04-15 18:03:45 +08:00
parent 5accb9c1f1
commit 1e2e8f932f
11 changed files with 253 additions and 3 deletions

View File

@ -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) {