I want to apply Black Line Under the TabView,
Here is My Code,
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="fill_parent"
android:background="#ffffff"
android:layout_marginTop="40dip"
android:layout_height="fill_parent">
<LinearLayout android:orientation="vertical"
android:background="#ffffff"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TabWidget android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:tabStripEnabled="false"
android:layout_marginBottom="-3dp"
android:layout_height="40dip"
android:layout_marginLeft="0dip"
android:layout_marginRight="0dip" />
<FrameLayout android:id="@android:id/tabcontent"
android:background="#ffffff"
android:layout_height="fill_parent" />
Can Anyone tell me how to do it ?