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

  • Home
  • SEARCH
  • 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 3943138
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:44:47+00:00 2026-05-20T00:44:47+00:00

I am preparing my app to work smoothly with honeycomb. I have an small

  • 0

I am preparing my app to work smoothly with honeycomb. I have an small aesthetics question regarding with the android theme.

For honeycomb it is recommended that the following theme is used.

android:theme="@android:style/Theme.Holo.Light" 

How can I make my app use another theme when it is used in a previous version?

Thanks in advance

  • 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-05-20T00:44:48+00:00Added an answer on May 20, 2026 at 12:44 am

    EDIT: Updated for released version of the 3.0 SDK.


    One way to do this is to set <uses-sdk android:targetSdkVersion="11">. You should also place this above your <application> definition. This will tell the system to use the Holographic theme if it’s available, and the default theme otherwise.

    Another way to do this, is to define a theme, say MyTheme, that inherits from a different theme depending on the API level / OS version. You can do this using resource directory qualifiers.

    Your directory structure could look like this:

    res/
      values/
        styles.xml
      values-v11/
        styles.xml
    

    The contents of res/values/styles.xml would be something like:

    <resources>
      <style name="MyTheme" parent="@android:style/Theme.Light">
        ...
      </style>
    </resources>
    

    And the contents of res/values-v11/styles.xml would be something like:

    <resources>
      <style name="MyTheme" parent="@android:style/Theme.Holo.Light">
        ...
      </style>
    </resources>
    

    Note that in the future, the Holo theme may not always make sense by API level, so you may need to tweak this approach later on. You can also use other directory qualifiers such as values-large-v11 or the like. It’s entirely up to you.

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

Sidebar

Related Questions

I am preparing for my interview and came across this question: Consider that i
I am preparing to submit an app to the App Store and have come
I'm preparing to embark on a web app development that will make little to
I have been working on a Core Data iOS app that works perfectly through
I am preparing to develop a mapping app that places semi-transparent tiled images over
We are preparing to deploy a Windows .NET client app that will make web
I'm preparing to deploy my Django app and I noticed that when I change
I have released my app to the market and I'm preparing an update. However,
I am preparing app using phonegap.In app i have displayed list of data and
In preparing to a OOP exam, I enjoyed seeing g++ compile the following code

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.