摘要:
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); ... 阅读全文
摘要:
al.setView(View,0,0,0,0);al 是AlertDIalogView是自定义的布局 阅读全文