我正在使用 actionbarsherlock 作为操作栏。它在 android 1.x 和 2.x 下工作得很好,但经过一些测试,我注意到 menuitems 没有在 android 4.x 中显示。这是我的菜单项的 xml
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/overview_newgame"
android:showAsAction="withText"
android:title="@string/new_game"/>
</menu>
这就是它在 android 4.x 下的样子