I have the same problem. but it seems the tabsview derived from framelayout ,can not be set as linearlayout
2008/11/27 Guillaume Perrot <[email protected]> > > I have the same problem. > Vertical tabs would be great. > Vertical Gallery would also be neat. > Especially in landscape mode, a vertical version of these widgets > could be extremely useful to improve layout space. > > On Oct 16, 12:09 am, Rohit Mordani <[email protected]> wrote: > > I have the following layout fortabs: > > > > <?xml version="1.0" encoding="utf-8"?> > > <LinearLayout xmlns:android="http://schemas.android.com/apk/res/ > > android" > > android:layout_width="fill_parent" > > android:layout_height="fill_parent" > android:orientation="horizontal"> > > <TabHost android:id="@+id/TabHost01" > > android:layout_width="wrap_content" > > android:layout_height="wrap_content"> > > <TabWidget android:layout_width="wrap_content" > > android:layout_height="wrap_content" > android:id="@android:id/tabs" > > android:orientation="vertical"> > > </TabWidget> > > <FrameLayout android:layout_width="wrap_content" > > android:layout_height="wrap_content" > android:id="@android:id/ > > tabcontent"> > > <TextView android:layout_width="wrap_content" > > android:layout_height="wrap_content" > > android:id="@+id/TempContent"> > > </TextView> > > </FrameLayout> > > </TabHost> > > </LinearLayout> > > > > Even though I set the orientation toverticalon the tabwidget, I > > still get horizontaltabs. Is there a way to make thetabsvertical > > (one below the other instead of side by side) ? > > > > Rohit > > > -- Best Regards Eric Chan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

