I want to get rid of horizontal scroll bar in TabHost. It\'s there even if TabWidget is on top.
Below is my xml layout.
Putting this worked for me in the frame layout:
android:foreground="@null" android:layout_marginTop="-6dp"