前端之家收集整理的这篇文章主要介绍了
android – 动作栏上的图标优先级,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如果
Android操作栏上
显示了几个图标:showAsAction =“ifRoom”,并且没有足够的空间容纳所有图标,Android如何决定,
显示什么图标?是否可以设置相对图标的重要性?
你应该使用android:orderInCategory,来自
docs:
Integer. The order of “importance” of the item,within a group.
原文链接:/android/310270.html