Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. dialog = new PopupWindow(context);
  2. dialog.setContentView(ll);
  3. dialog.showAtLocation(view, Gravity.LEFT | Gravity.TOP, -70, 0);
  4. dialog.setWidth(w);
  5. dialog.setHeight(h - 50);
  6. dialog.setOutsideTouchable(true);
  7. //The dialog.update is somewhere else, I didn't bother adding it too as it is not important for this matter (I guess)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement