android加载效果,带百分比的

	         ProgressDialog pbarDialog;
				pbarDialog = new ProgressDialog( context );
				pbarDialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
				pbarDialog.setMessage("Loading...");
				pbarDialog.setCancelable(true);
				pbarDialog.show();
 

你可能感兴趣的:(android)