Guest User

Untitled

a guest
Jan 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. DisplayMetrics metrics = getResources().getDisplayMetrics();
  2. int width = metrics.widthPixels;
  3. int height = metrics.heightPixels;
  4. dialog.getWindow().setLayout((6 * width) / 7, (9 * height) / 10);
Add Comment
Please, Sign In to add comment