我想更改 uyari_str 的文本大小,但我不能。我的代码是:
tabHost.addTab(spec);
view = new MyView(this, R.drawable.res_tab_uyar);
spec = tabHost.newTabSpec("uyar").setIndicator(buildIndicator(R.string.uyari_str)).setContent(new TabHost.TabContentFactory(){
@Override
public View createTabContent(String tag) {
return tv;
}
});