0

我都试过了

android:tabStripEnabled="false"

tabHost.getTabWidget().setStripEnabled(false);

用于从出现在 tabwidget 底部但没有运气的标签小部件中删除蓝线

有什么我想念的吗

4

1 回答 1

-1

activity在您的in上应用主题AndroidManifest.xml

<application android:theme="@style/YourTheme">

并且在style.xml主题中可能是这样的:

 <style name="YourTheme">  
       <item name="android:textColor">#5DFC98</item>
 </style>
于 2013-02-25T09:43:29.487 回答