对齐 Android 的上下文菜单
上下文菜单始终出现在屏幕中央。是否可以更改上下文菜单的背景并将其放置在我们想要的位置。
Context Menu always appear at the center of the screen. Is it possible to change the background of context menu and to position it were we want.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为你可以轻松地修改上下文菜单(没有任何黑客),因为它是系统定义的。但是,您可以使用
Dialog
作为上下文菜单并根据需要修改它I don't think you can easily modify context menu (without any hacks) since its system defined. However, you may use
Dialog
to act as context menu and modify it as you want