I'm developing an app for Android 2.2 and higher. I use the great ActionBarSherlock (thank you, Jake Wharton !!) to use the action bar on pre-ICS devices.

While the actionbar looks great, all other gui elements have the look of the default theme of the device (in my case HTC Sense 3).

Is there a possibility to style my (>= Android 2.2) app on all android devices with the Holo.Dark.Theme?

I compile my app with Android 4.0.3, the minSDK version is 8.

link|improve this question

50% accept rate
feedback

2 Answers

up vote 4 down vote accepted

Yes, this is a work in progress, but you can already get the background, buttons, edittext...

https://github.com/ChristopheVersieux/HoloEverywhere

link|improve this answer
Thank you! I tried your sample project - that looks really great!! Thumbs up :-) – Andrew Mar 9 at 23:13
feedback

No. That would require a back port of the complete Holo theme and styling, which Google chose not to do. It would also be a rather ambitious undertaking and I would think it is out of scope of the ActionBarSherlock project, whose focus is on ActionBar compatibility.

The best you can do is cherry pick the resources you most want from the ICS source and create your own custom theme/styles.

link|improve this answer
Thank you, Jeff! – Andrew Feb 17 at 10:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.