Search code examples
androidandroid-tabhost

How can we specify width for each tab in tabhost?


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?


Solution

  • We can mention the tab width in code like:

    tabHost.getTabWidget().getChildAt(0).getLayoutParams().width = 50;