I m having following screen,
I am using Following code to make Layout to show tabhost and tab widget
I want to place the tabs at bottom . Please tell how to do this.
Hey I've done this using following code:
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="5dp"> <FrameLayout android:id="@android:id/tabcontent" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="5dp" android:layout_weight="1"/> <TabWidget android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="0"/> </LinearLayout>
1.4m articles
1.4m replys
5 comments
57.0k users