Guest User

Untitled

a guest
Jan 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Dialog dialog = new Dialog(this);
  2. dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
  3. dialog.setCancelable(false);
  4. dialog.setContentView(R.layout.progress_layout);
  5.  
  6. dialog.show();
Add Comment
Please, Sign In to add comment