将菜单项添加到 Android 应用程序
Is it possible to have something similar like Blackberry in Android:
link text
I want to add a menu item particularly to the Contacts Option menu.
please let me know if this can be done in android.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否更清楚地指定您要实现的目标/要在何处添加菜单。
在 BB 上按菜单按钮时出现的菜单相当于在 Android 上按菜单按钮时出现的菜单选项。
谈到 Android 上的联系人应用程序,这将是联系人应用程序列表视图中包含菜单项“搜索、显示选项、获取好友、我的个人资料……”的菜单。
看看 http://developer.android.com/reference/android/查看/Menu.html
Can you specify more clearly what you're trying to achieve / where you want to add the menu.
The menu that appears when you press the menu button on BB is equivalent to the menu options that come up when you press the menu button on Android.
Talking about the Contact application on Android, this would be the menu with the menu items "Search, Display options, Get Friends, My Profile, ..." in the Contact app's list view.
Take a look at http://developer.android.com/reference/android/view/Menu.html