Chinaunix

标题: 动态修改tab的内容 [打印本页]

作者: AppleDragon    时间: 2009-08-03 13:19
标题: 动态修改tab的内容
//修改tab标题
TextView textview = (TextView)getTabHost().getTabWidget().getChildAt(0).findViewById(android.R.id.title);
textview.setText("ABC");
//修改tab图标
ImageView iconview = (ImageView)getTabHost().getTabWidget().getChildAt(0).findViewById(android.R.id.icon);
iconview.setImageResource(...);
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/14644/showart_2016215.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2