如何创建自定义弹出菜单

发布于 2024-11-14 11:58:58 字数 165 浏览 10 评论 0原文

我想在 Android 中创建一个自定义弹出菜单,就像所附屏幕截图中的那样。任何指示将不胜感激。

单击“选择名称”按钮后,您会在按钮下方看到一个弹出菜单。

在此处输入图像描述 谢谢。

I would like to create a custom PopUp menu in Android like the one in the attached screenshot. Any pointers would be appreciated.

On click of the button "Choose Name" , you see a PopUp menu just below the button.

enter image description here
Thaknks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

口干舌燥 2024-11-21 11:58:58

您应该查看构建自定义对话框。在 Android 中,Dialog 通常采用弹出窗口的形式。您还可以使用 Activity 来执行此操作,并将对话框主题应用于它(在此 中提到)链接)。

You should take a look at building custom dialogs. In Android, a Dialog is typically in the form of a popup window. You can also do this with an Activity and apply the Dialog theme to it (mentioned in this link).

橘香 2024-11-21 11:58:58

Sana,

您可能需要考虑为您的应用程序创建自定义Dialog

Sana,

You will probably want to look into creating a custom Dialog for your application: http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文