Hello, TabWidget each tab refer to new xml
- by Clozecall
Hey everyone I'm using Google's exmaple of Hello, TabWidget but altered it to look like this:
main.xml:
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
…