Android: PopupWindow.showAtLocation(anchorView) -> how to get the whole screen as a anchorView? -


i have popupwindow, i'd place in center of screen. however, have access keyboardview (since i'm implementing ime) @ bottom of screen , whenever center popupwindow using keyboardview , gravity.center of course centered above keyboard, not in whole screen.

is there way whole screen anchor view?

you cannot popup window. should create own window using windowmanager instance.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -