Android Question Scrollview set height to fit tabs

kjmprkrhpdmv

New Member
Licensed User
Longtime User
I want to use a tabhost with scrollviews on each tab and designer layouts for the tab panels. Attached is a project modified from the TabHostScrollView example and a screenshot.
I cant find a way to set the scrollview size to fit the available tab area. As you can see the scrollview is on top of the tabs.
I have searched many posts. The only related suggestion I could find was to use this in desgner script:
ScvTest1.SetTopAndBottom(0, 100%y)
Obviously this doesnt work.
Thanks in advance for any help.
 

Attachments

  • TabHostSVPanels.zip
    339.6 KB · Views: 117
  • tab1.jpg
    tab1.jpg
    69.7 KB · Views: 154
Top