【发布时间】:2013-07-26 13:29:15
【问题描述】:
我想摆脱默认指示器以在选择选项卡时获得相同的结果(无指示器)。我试过了:
TabHost.TabSpec specs = tabHost.newTabSpec("").setIndicator("").setContent(intent);
TabHost.TabSpec specs = tabHost.newTabSpec("").setIndicator("",null).setContent(intent);
但是这些都不起作用。如何删除该指标?
感谢您的宝贵时间。
【问题讨论】:
标签: android android-tabhost tabactivity android-tabactivity