Android contextmenu项目大小/高度,如何更改?
如何更改上下文菜单项的大小?高度?
谢谢, 莱斯利
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何更改上下文菜单项的大小?高度?
谢谢, 莱斯利
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
它并不是真的要修改 - 它是为了以标准方式处理菜单。有一些方法可以修改菜单及其项目(例如,请参见此处:http://www.techjini.com/blog/2011/04/19/customizing-background-and-text-color-in-options-menu-android/)但我真的认为在这种情况下你离原来的菜单想法还很远......
远到足以简单地创建你自己的视图 - 无论你喜欢它是什么并在处理长按时显示它......你可以将其嵌入到你自己的透明全屏中控制...我认为会比修改上下文菜单。
It's not really intended to be modified - it's there to handle menu in standard way. There are some ways to modify the menu and its items (for example see here: http://www.techjini.com/blog/2011/04/19/customizing-background-and-text-color-in-options-menu-android/) but I really think in this case you are far from the original menu idea...
Far enough to simply create your own view - whatever you like it to be and show it when handling long press.. You can make it embedded in your own transparent full screen control... I think it will be much faster than modifying context menu.