I have a question that I am implementing a tab in my android app but Tab host not displays title.
I use the following code in XML
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="63dip"/>
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</LinearLayout>
Please tell how to display title and set the size to tab host in android