Android Question ScrollView in the TabStripViewPager

Fausto Loss

Member
Licensed User
Hi, I think I solved the problem.
I create design file with scrollview and load in the tabstrip.
Then I load in the panel of the design file another layout (which will probably be larger than the screen).

Sample project for download.
 

Attachments

  • TabStrip_with_scroll.zip
    31.2 KB · Views: 240
Upvote 0

metrick

Active Member
Licensed User
Longtime User
Hi, I think I solved the problem.
I create design file with scrollview and load in the tabstrip.
Then I load in the panel of the design file another layout (which will probably be larger than the screen).

Sample project for download.
I got following errors when compile. "Maven artifact not found: com.android.support/support-v4"
Found problems and commented out in Project Attributes #AdditionalJar: com.android.support:support-v4
 
Last edited:
Upvote 0

Fausto Loss

Member
Licensed User
I got following errors when compile. "Maven artifact not found: com.android.support/support-v4"
Found problems and commented out in Project Attributes #AdditionalJar: com.android.support:support-v4
Hi, verify location the TabStripViewPager.jar and TabStripViewPager.xml. Menu Tools / Configure Paths / Additional Libraries
 
Upvote 0
Top