Search code examples
androidbackwards-compatibilityandroid-themeandroid-actionbar-compat

Holo Theme Backwards Compatibility for Action Bar tabs


I am currently working on an application using the Holo theme and am targeting the minSdkVersion = 9. I have an action bar with tabs throughout the entire application that work from version 11+ and am wondering the best way to use backwards compatibility to get versions 9 & 10 to function correctly.

Thanks!


Solution

  • You can use ActionBarSherlock. This will give you a backwards compatible ActionBar and ActionBar tabs.