关于actionbarsherlock 4.0 RC 的操作菜单(溢出)
我已经了解了如何使用 ActionBarsherlock 4.0 RC 在 ActionBar 上添加溢出操作菜单。但是,当我单击右上角的操作菜单按钮时,无法更改下拉弹出窗口中每个菜单项的背景颜色操作栏。 我该怎么办?
I've got how to add overflow action menu with actionbarsherlock 4.0 RC on the ActionBar.But I can not change the background color for each menu item in the drop-down popup when I click the action menu button on the top-right of the actionbar.
How can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要添加 / 属性
android:popupMenuStyle & android:dropDownListViewStyle
到你的主题。它们需要指向两种可以自定义溢出的样式。
和样式
此示例中有一件事与 ActionBarSherlock 网站上的示例不同,那就是我的主题有不同的父主题。请参阅此处的不同帖子:
ActionbarSherlock 溢出菜单样式问题
You will need to add / the properties
android:popupMenuStyle & android:dropDownListViewStyle
to your theme. They need to point to two styles where you can customize the overflow.
and the styles
There is one thing in this example that differs from the example on the ActionBarSherlock website and that is that my theme has a different parent. see different post here:
ActionbarSherlock overflow menu styling issue