I found one way by that we can have scroll menu for our app..
we can add scrollmenu above the tab widget
we can also remove tabwidget by set its visiblity to gone.
<HorizontalScrollView
android:id="@+id/scroll_tab"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="@null"
>
<LinearLayout
android:id="@+id/lay_tab_scrollmenu_inside"
android:layout_width="fill_parent"
android:layout_height="30dip"
android:background="#F4C900"
android:fadingEdgeLength="30dip"
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_alignParentTop="true"
>
</LinearLayout>
</HorizontalScrollView>
--
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