如何创建中心升起制表栏?
原文:How to create center raised tabbar?
原文:How to create center raised tabbar?
我要创建 TabBar, 类似下面的图像 : 这里, 所有标签栏都是正常的 。 只是它们都是定制的 。 现在我要创建 Tab 栏, 如上面的图像 。 在其中, Tab 中心会升起 。 所以...
我要创建 TabBar, 类似下面的图像 : 这里, 所有标签栏都是正常的 。 只是它们都是定制的 。 现在我要创建 Tab 栏, 如上面的图像 。 在其中, Tab 中心会升起 。 所以...
To make the tabhost transparent i have implemented the following code.. for(int i = 0; i < th.getTabWidget().getTabCount(); i++) { th.getTabWidget().getChildAt(i).setBackgroundColor(...