復(fù)制代碼代碼如下: TabWidget tw = tabHost.getTabWidget(); for (int i = 0; i < tw.getChildCount(); i++) { TextView tv=(TextView)tw.getChildAt(i).findViewById(android.R.id.title); ImageView iv=(ImageView)tw.getChildAt(i).findViewById(android.R.id.icon); iv.setPadding(0, -8,...
www.dbjr.com.cn/article/334...htm 2025-5-25