//reduce tab height
for(int i=0;i<tabHost.getTabWidget().getChildCount();i++){
((TextView)((RelativeLayout)tabHost.getTabWidget().getChildTabViewAt(i)).getChildAt(1)).setHeight(30);
tabHost.getTabWidget().getChildAt(i).getLayoutParams().height = 40;
}
沒有留言:
張貼留言