i have tried to remove spaces from bottom of tabs. screen shot of space
Here is my xml code.
I want to remove that space below green color of my tab.
enter code here
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TabWidget
android:id="@android:id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_gravity="bottom"
android:divider="@null"
android:gravity="bottom"
android:showDividers="none"
android:tabStripEnabled="false" />
</LinearLayout>
i have search so much but not getting proper solution.
I want to remove that space below green color of my tab.
Suggestions are appreciated.