I have a theme in my app that defines a custom color for the background. This is the green you see above the tabwidget.
In some of my Activities I'm using a Tabhost for my Layout. Now I get something like this as a result:
My tabwidget has a black background and I'm happy with that, but the icons in the tabwidget are transparent and this leads to them showing the green background defined in my style.
How can I define the tabhost as not styled and have the transparent icons show the tabwidget the resion on instead of a solid background color?