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.
我如何在一个活动中创建这种类型的操作栏和选项菜单。我正在使用动作栏 Sherlock 库。怎么能同时显示
只需在 menu.xml 中添加指定android:showAsAction="never"的操作,它们就会显示在选项菜单中
<item android:id="@+id/viewContact" android:showAsAction="never" android:title="@string/view_contact" />