Search code examples
androidandroid-tabhost

how to make ICS like tabs (white background with sky blue line at the bottom) in android 2.2


How Do I make deafult ICS style tabs in android 2.2. I don't want to use ActionBarSherlock, instead I need to apply custom drawables. Can someone help ? I tried using 9.png but didn't help much, as it didn't fill the complete tab, instead it shows only some blurred extended background. If you are suggesting some drawables - Please provide the drawable as well.


Solution

  • You can download ready made demo from this link: ICSStyleTab. I tried it for one of the project and it is working fine. If you wanted to add pager functionality, you can easily add using FragmentPager from Support V4 Library.

    Update: ICSStyle Tab With Pager Demo

    Thanks.