I am using tab host and i have more than 7 tabs in the main page. but all 7 when added it gets shrink. I need max 3 tabs to be shown when 3rd tab clicked 4 should appear (similar).
You should set android:targetSdkVersion="14" in the manifest editor. It will cause your app to use the Android 4 theme instead of Android 2 theme (I'm not sure how it looks with 7 tabs but you should first test it).