I need to use my custom view for the indicators of my TabHost. With Android API level >=4 no problem but in the Android API level <4 this method is not implemented. Any suggestion?
I was thinking to implement this method but unfortunately the TabHost class does not allow changes because has all attributes private and not protected.
Thanks.