Guest User

Untitled

a guest
May 17th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Window dialogWindow = myDialog.getWindow();
  2. WindowManager.LayoutParams lp = window.getAttributes();
  3. wlp.gravity = Gravity.BOTTOM;
  4. dialogWindow.setAttributes(lp);
Add Comment
Please, Sign In to add comment