Categories | Question details Back To List | ||
tabbar - increase the tab space It seems that tabs are very close to each other in tabbar control. How do we increase the space between the tabs? Are there any methods to do this or we have to modify CSS? Answer posted by Support on Dec 01, 2008 02:07 Just add next line to tabbars init tabbar.setMargin(necessary_value); |