コード例 #1
0
 /** 对话框 - 显示 */
 protected void showLoadingDialog(String text) {
   if (text != null) {
     mLoadingDialog.setText(text);
   }
   mLoadingDialog.show();
   mLoadingDialog.setCanceledOnTouchOutside(false);
 }