I am using tabhost in my application. Can we give separate width property for each tab? i.e, one with larger width and other with smaller?
We can mention the tab width in code like:
tabHost.getTabWidget().getChildAt(0).getLayoutParams().width = 50;