Hello Everyone, I've set up my application to hide the status bar using:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); I'm currently trying to use PopupWindow to fill the entire screen but it only fills everything except the area previously occupied by the status bar. My popup view currently has the top level view of the layout I setcontentview'd as the popupwindow's anchor. The part of my layout that isn't a popupwindow is able to occupy that space, so I am currently very confused. Is there a higher level view I can take which will occupy that space? What can I do to get the popup window to occupy the entire screen? Thanks for reading my concerns. Charles --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

