If my target SDK is set to 11 and I am using Theme.Holo.NoActionBar, is there any way to get my menu to appear? I am using Theme.Holo for larger screens such as tablets, but
Note that the three dots (aka 'overflow') will not show up at the bottom if you set targetSdkVersion >= 14.
There is a soft Options Menu button which appears on a 4.0 device, see the attached screenshot. Three Vertical dots on the bottom right corner represent the Options Menu. They only appear if your app has an options menu.
!