Android 子菜单标题图标

发布于 2024-12-07 06:42:48 字数 240 浏览 0 评论 0原文

我是安卓新手。

我现在正在学习制作菜单和子菜单,但偶然发现了一个问题。

我想更改 xml 中的子菜单标题图标,但不知道如何操作。

我尝试以编程方式更改标题图标,但没有方法获取子菜单(仅添加子菜单)。

是否可以更改 xml 中的标题图标? 我看到代码以编程方式添加子菜单并更改那里的标题。 在xml中制作子菜单是不是很奇怪?

谢谢。

编辑:为什么我不能在第一句输入“嗨”?

I'm new to Android.

I'm learning to make menu and submenu now but stumbled upon a problem.

I want to change the submenu header icon in the xml but don't know how to.

I tried to change the header icon programatically but there's no method to get the submenu(only add submenu).

Is it possible to change the header icon in the xml?
I saw codes that add submenu programatically and change the header there.
Is it weird to make the submenu in the xml?

Thanks.

edit: why I cannot type 'Hi' at the first sentence?

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

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

发布评论

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

评论(1

恬淡成诗 2024-12-14 06:42:48
MenuItem newSubMenu = mainMenu.add("SubMenu");
newSubMenu.method....
MenuItem newSubMenu = mainMenu.add("SubMenu");
newSubMenu.method....
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文