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可以MenuItem让你指定这种事情。在您提供的图像中,首先列出添加和壁纸(您可以指定菜单项的顺序),当有 5 个时,Android 会自动将 2 个放在顶部,3 个放在底部。
Menu
MenuItem