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.
我的 android 应用程序共有 7 个图标。我可以将它们拆分为顶部和底部的两个操作栏吗?我的意思是顶部操作栏中的 2 个图标,其余图标应位于底部操作栏中。
如果没有地方可以使用属性 splitActionBarWhenNarrow 自动拆分操作栏,例如:
<application android:uiOptions="splitActionBarWhenNarrow" > ....
是的,但您必须在代码中执行此操作,例如。实例化图标并将它们添加到正确的操作栏视图。据我所知,在 xml 格式中没有可用的实现逻辑。