Android 带有 listview 的弹出窗口与 WRAP_CONTENT 不适合屏幕高度,为什么?

发布于 2024-12-28 13:50:39 字数 546 浏览 2 评论 0原文

我试图显示一个 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
When Button One is clicked

ii) when button two is selected,Y position got changed to the top of the screen
when button two is selected

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文