我想隐藏这个溢出菜单: 一只忙碌的猫 http://cdn.intertech.com/PostingImages/Android-Action-Bar-from-the-Options-Menu_E1C5/image_7.png
当我设置 targetSdkVersion="14" 时,我可以隐藏它。但我不想那样。我不想给出目标版本。
我在这里也试过这个(/res/values/styles.xml):
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
</style>
不工作。我看到了 3 点菜单。