摘要: TabWidget tabWidget=myTabhost.getTabWidget();//设置字体颜色 for(int i=0;i<tabWidget.getChildCount();i++){ TextView tv=(TextView)tabWidget.getChildAt(i).findViewById(android.R.id.title); ImageView iv=(ImageView)tabWidget.getChildAt(i).findViewById(android.R.id.icon); ... 阅读全文
posted @ 2011-12-01 14:11 陈鹏C 阅读(5002) 评论(0) 推荐(1) 编辑
摘要: al.setView(View,0,0,0,0);al 是AlertDIalogView是自定义的布局 阅读全文
posted @ 2011-12-01 12:08 陈鹏C 阅读(1354) 评论(0) 推荐(0) 编辑