実行時にプロセスダイアログ内のプログレススピナーを非表示または停止する方法はありますか?
プロセスダイアログを非表示にしたり、閉じたりしたくありません。
public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) {
//progressBar.setProgressStyle(some_style);
progressBar.setMessage("Unable to connect");
iferror=true;
super.onReceivedError(view, errorCode, description, failingUrl);
}
これを実行できるスタイルが見つかりませんでした。