예제 #1
0
 private void showCloseDialog() {
   // Close the event
   dialogCloseProgress = DialogProgress.build(this);
   dialogCloseProgress.show(getString(R.string.closing_event));
 }
예제 #2
0
 private void showRespondDialog() {
   // Show the progress bar
   dialogRespondProgress = DialogProgress.build(this);
   dialogRespondProgress.show(getString(R.string.responding_event));
 }