如何将android选项卡图标背景设置为透明

时间:2014-07-17 16:25:23

标签: android android-tabhost tabwidget

我的Android应用中有这些标签。这些图标是在具有透明背景的adobe illustrator中创建的,它们在iphone应用程序上运行良好。但在Android应用程序上由于某种原因,他们周围有黑色方框。有没有办法删除那个黑色方框?

我使用以下代码设置背景,它确实删除了图标之间的黑色背景。

 for(int i=0;i<tabHost.getTabWidget().getChildCount();i++)
    {
        tabHost.getTabWidget().getChildAt(i).setBackgroundColor(Color.Transparent);
    }

screen shot

0 个答案:

没有答案