Window window = downloadDialog.getWindow();
window.setContentView(R.layout.布局);Progress = (ProgressBar) window.findViewById(R.id.update_progress);//进度条
ProgressText = (TextView) window.findViewById(R.id.tv_Progresstext);//进度条更新
Window window = downloadDialog.getWindow();
window.setContentView(R.layout.布局);Progress = (ProgressBar) window.findViewById(R.id.update_progress);//进度条
ProgressText = (TextView) window.findViewById(R.id.tv_Progresstext);//进度条更新
265

被折叠的 条评论
为什么被折叠?