Mihaela Romanca
Mihaela Romanca

Reputation: 1368

ActionBarSherlock: How to bypass the Holo Theme for 4.x devices?

I am trying to bypass the Holo theme for 4.x devices (such that the app looks the same on all versions 2.x to 4.x). I have tried this by changing the theme.xml from values-14/ folder with the ones from values/ but the action bar disappears. Has anyone managed to do this?

Upvotes: 1

Views: 263

Answers (1)

Dirk Jäckel
Dirk Jäckel

Reputation: 3025

Other themes are not required to be available on devices since Holo was introduced. Which means: you will run into devices in the future that only have Holo.

If you only want your app to look the same everywhere you could make use of HoloEverywhere which ports the Holo theme to older devices.

HoloEverywhere works great with ActionBarSherlock.

Upvotes: 1

Related Questions