Android 带有 listview 的弹出窗口与 WRAP_CONTENT 不适合屏幕高度,为什么?
我试图显示一个 PopWindow(其高度为 WRAP_CONTENT),其中有一个 ListView。如果列表的内容较多,则弹出窗口不会显示在确切的位置。
创建弹出窗口:
mPopUp = new PopupWindow(mLayOut,popUpWidth ,
WindowManager.LayoutParams.WRAP_CONTENT, true);
显示在位置:
mPopUp.showAtLocation(mLayOut, Gravity.NO_GRAVITY, xPos, yPos);
我已附上屏幕截图
i)单击按钮一时,它工作正常
ii) 选择按钮二时,Y 位置更改为屏幕顶部
I an trying to display a PopWindow(whose height is to WRAP_CONTENT),which has a ListView inside it.If the content of list is more then popup window is not displayed at the exact position.
created Popup window:
mPopUp = new PopupWindow(mLayOut,popUpWidth ,
WindowManager.LayoutParams.WRAP_CONTENT, true);
show at Location:
mPopUp.showAtLocation(mLayOut, Gravity.NO_GRAVITY, xPos, yPos);
I have attached the screenshots
i)When Button One is clicked it works fine
ii) when button two is selected,Y position got changed to the top of the screen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论