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.
我正在使用 Galaxy 选项卡,它的底部有一个一直出现的栏。FB 应用程序在那里显示了一个用作菜单按钮的新项目。
如何声明我的菜单像 FB 一样存在?
谢谢!
我猜他们仍在使用旧的选项菜单。您可以通过将目标 sdk 设置为最大 10 来实现该效果。我不建议这样做,因为菜单按钮隐藏信息并且不是当前的方式(我会使用ActionBar)
你一定要看看ActionBar。除了可用的选项卡导航之外,您还可以选择顶部和底部的拆分操作栏。ActionBar 是 Honeycomb (3.x) 的一部分,但如果你想支持旧版本,还有ActionBarSherlock库。