I want to hide this overflow menu: a busy cat http://cdn.intertech.com/PostingImages/Android-Action-Bar-from-the-Options-Menu_E1C5/image_7.png
I can hide it, when I set targetSdkVersion="14". But I don't want that. I don't want to give a target version.
I also tried this here (/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>
Not working. I see the 3 dots menu.