Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8814401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:06:49+00:00 2026-06-14T04:06:49+00:00

I have an application wide menu that won’t always show. Specifically specifically my issue

  • 0

I have an application wide menu that won’t always show. Specifically specifically my issue is that when I set the target sdk version to 16 for devices with no hardware menu button The 3 dots (Action bar?) that should appear actua\lly don’t.

I have the following manifest entries

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="10" />

In an avd emulator with no hardware buttons I see the 3 dots for the action bar menu

But if I set the target to 16

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />

No action bar appears

I have styles set in various resource folders – values, values-v11 and values-v14

and in particular in values-v14 I have a styles.xml file that states

<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" />

The manifest entry to set the theme is

<application android:label="@string/app_name"
android:name="uk.co.pjadult.mobile.adult_reader_lib.BookLib"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">

I am left wondering if I need to set up resource folders with styles for ALL sdk versions?

I am at a loss as to what the correct approach should be in order to be able to set android:targetSdkVersion=”16″ AND have the action bar (3 dots) menu appear

UPDATE I am now using ActionBarSherlock with no issues

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:06:50+00:00Added an answer on June 14, 2026 at 4:06 am

    See the link @Mr.S provided, Android missing MENU button, for some more about the issue.

    But to answer your questions:

    I am left wondering if I need to set up resource folders with styles
    for ALL sdk versions?

    No. It will take the highest available API. For example, if you have:

    • values.xml
    • values-v11.xml
    • values-v16.xml

    The following example Android OS API levels would use:

    • API 4: values.xml
    • API 10: values.xml
    • API 11: values-v11.xml
    • API 13: values-v11.xml
    • API 16: values-v16.xml

    And so on.

    I am at a loss as to what the correct approach should be in order to
    be able to set android:targetSdkVersion=”16″ AND have the action bar
    (3 dots) menu appear

    If the activity is full screen, any API level (min or target) above 10 will cause the dots to disappear. The only way around this is to write your own menu system, or use a shim library like ActionBarSherlock.

    If the activity normally has a title bar, but you want to set the API level above 10, then you must set the Holo.Theme in code for the activity. See this Holo Everywhere blog post and Android theme, fullscreen and the action bar for how to do that.

    UPDATE: Note that newer Android hardware guidelines do not require a hardware menu button. And this hack only works for devices that use soft buttons (like the Nexus 7). For devices that offer neither (like many HTC devices for example), then there will be no way for the user to get to the menu—even with this hack. It is highly recommended to switch to the action bar concept.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my quest for a version-wide database filter for an application, I have written
I have a singleton that I use for creating an application wide report. As
I have an application that has several classes used for storing application-wide settings (locations
It's common to have an object used application wide. What are the different patterns
I have application that makes different queries with different results so the caching in
I have application that is connecting to the DB and if I enter incorrect
I have a situation where some application wide values are stored as constants -
I have application wide single controller. @RequestMapping(method = RequestMethod.POST,value=services) @ResponseBody mwpWebServices(@RequestBody String data, HttpServletRequest
I have a .NET server application that must store passwords that can't be hashed
Is it possible to set application wide theme from XAML in Telerik? There is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.