更改选项卡指示符名称

时间:2012-01-17 21:57:46

标签: android android-tabhost

我有一个Tabhost

 host.addTab(host.newTabSpec("Settings")
            .setIndicator("Settings",   getResources().getDrawable(R.drawable.icon_wrench))
            .setContent(new Intent(this,Settings.class)));

我首先创建了一个带有设置选项卡指示的选项卡,但稍后我想将指标名称更改为其他内容。如果不改变其他东西,我会怎么做? 我不需要销毁当前选项卡及其内容并重建一个新选项只是为了更改指标名称吗?

0 个答案:

没有答案