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 7697863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:06:32+00:00 2026-05-31T22:06:32+00:00

I really like the 4.0 ICS Holo Light theme and would like to have

  • 0

I really like the 4.0 ICS Holo Light theme and would like to have it in my app to support <4.0 smartphones.

I found Android layoutlib.jar in platform folder but its 8mb!!! and I really don’t have afford to increase my app with 8mb.
Any tip?

//Pew Labs
PS ive tried https://github.com/ChristopheVersieux/HoloEverywhere but it doesnt support TabVIew which I use

Thanks!

  • 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-31T22:06:33+00:00Added an answer on May 31, 2026 at 10:06 pm

    It would be better not to use the Holo theme on unsupported devices. You can do a simple trick to make your app run the Holo theme on 3.x and up, and one of the built in themes on 2.3 and below, like so:

    1. In your manifest, use this line for your activity’s theme

      android:theme=”@style/Theme.MyTheme”

    2. In your res/values folder put a styles.xml file, containing

      <?xml version="1.0" encoding="utf-8"?>
      <resources>
        <style name="Theme.MyTheme" parent="@android:style/Theme.Black" />
      </resources>
      
    3. Create a res/values-v11 folder, and a styles.xml file in that, containing:

      <?xml version="1.0" encoding="utf-8"?>
      <resources>
        <style name="Theme.MyTheme" parent="@android:style/Theme.Holo" />
      </resources>
      

    This will make Android use the Holo theme if the app is running on a device that supports it (3.x and up, which is API level 11 and up, hence the “values-v11”). This is the best solution to make your app match the phone’s user interface, and use the Holo theme only wherever it’s supported.

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

Sidebar

Related Questions

I really like the toolbar in Astro app for Android and I was wondering:
I really like the MVC way and have actually enjoyed learning ASP.NET MVC (I
I really like to have some graphic on my startup/login screen when starting my
I really like iPhone's default contacts list input tables and I would like to
I really like this approach for handling sqlite database when developing for Android but
I really like being able to the command-line tool gitx from Terminal.app to open
I really like being able to the command-line tool gitx from Terminal.app to open
I really like being able to the command-line tool gitx from Terminal.app to open
I really like the way the Drupal form API is conceived. I have never
I really like the section on AlarmManager in the CWAC Advanced Android book. I

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.