sql
html
php
iphone
xml
mysql
ruby-on-rails
objective-c
multithreading
html5
json
perl
facebook
oracle
cocoa
delphi
apache
mvc
dom
EDIT: OP solved the problem by doing this:
for (int i = 0; i < mTabHost.getTabWidget().getChildCount(); i++) { mTabHost.getTabWidget().getChildAt(i).setPadding(40,0,40,0); }
By the way tab is depricated in newer versions. You may consider learning Fragments.