Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法改变从menu.xml文件膨胀的操作项的外观?如果是这样,您能否指出我正确的方向。谢谢。如果你需要知道我为什么需要这个,主要原因是我不喜欢默认填充和默认选择器
好吧,这是我自己想出来的。
要设置自定义 MenuItem 视图,请使用 ActionProvided。就我而言,我只是扩展了 ActionProvider 类并覆盖了onCreateActionView方法。你会做更多,这取决于你:)