hi all,
i am working on tabactivity.
i wanna show my tabwidget below the tabcontent(framelayout).
i done it by setting the tabwiget tab attribute as
android:gravity="bottom"
but the framelayout cant align with those tabs.
that is the tabs are shown at the bottom of the screen and overlap the framelayout
how to do that? if set some height value to the framelayout it not optimized for all screens of android. what can i do? any idea???